#C42B23

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

Shades of Persian Red #C42B23

Tints of Persian Red #C42B23

Color information

#C42B23 (or 0xC42B23) is unknown color: approx Persian Red. HEX triplet: C4, 2B and 23. RGB value is (196,43,35). Sum of RGB (Red+Green+Blue) = 196+43+35=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B23 is #3BD4DC. Grayscale: #585858. Windows color (decimal): -3921117 or 2304964. OLE color: 2304964.

HSL color Cylindrical-coordinate representation of color #C42B23: hue angle of 2.98º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42B23 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB1964335-
CMYK00.780.820.23
HSL2.98º69.7%45.29%-
HSV(B)2.98º82.14%76.86%-
XYZ23.9313.582.95-
YUV87.8498.19205.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 71.53%
GREEN value IS 43 (17.19% from 255) = 15.69%
BLUE value IS 35 (14.06% from 255) = 12.77%
R=71.53%
G=15.69%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196433500.780.820.232.9869.745.29
HexC42B2304E52173462d
Octal3045343011612227310655
Binary1100010010101110001101001110101001010111111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B23; }

 p { color: rgb(196,43,35); }

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

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

 a { background-color: rgb(196,43,35); }

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

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

 span { border-color: rgb(196,43,35); }

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