#C33431

Color #C33431 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #C33431

Tints of Persian Red #C33431

Color information

#C33431 (or 0xC33431) is unknown color: approx Persian Red. HEX triplet: C3, 34 and 31. RGB value is (195,52,49). Sum of RGB (Red+Green+Blue) = 195+52+49=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C33431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33431 is #3CCBCE. Grayscale: #5E5E5E. Windows color (decimal): -3984335 or 3224771. OLE color: 3224771.

HSL color Cylindrical-coordinate representation of color #C33431: hue angle of 1.23º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33431 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB1955249-
CMYK00.730.750.24
HSL1.23º59.84%47.84%-
HSV(B)1.23º74.87%76.47%-
XYZ24.2914.284.38-
YUV94.42102.38199.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 65.88%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 49 (19.53% from 255) = 16.55%
R=65.88%
G=17.57%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195524900.730.750.241.2359.8447.84
HexC334310494B1813c30
Octal303646101111133017460
Binary11000011110100110001010010011001011110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33431; }

 p { color: rgb(195,52,49); }

 H1.HeaderClassName
 {
   color: #C33431;
 }
 .AnyTagClassName
 {
   color: #C33431;
 }
</style>
background-color css

<style>
 a { background-color: #C33431; }

 a { background-color: rgb(195,52,49); }

 div.DivClassName
 {
   background-color: #C33431;
 }
 .BgClassName
 {
   background-color: #C33431;
 }
</style>
border-color css

<style>
 span { border-color: #C33431; }

 span { border-color: rgb(195,52,49); }

 td.TdClassName
 {
   border-color: #C33431;
 }
 .TagClassName
 {
   border-color: #C33431;
 }
</style>