#C62D23

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

Shades of Persian Red #C62D23

Tints of Persian Red #C62D23

Color information

#C62D23 (or 0xC62D23) is unknown color: approx Persian Red. HEX triplet: C6, 2D and 23. RGB value is (198,45,35). Sum of RGB (Red+Green+Blue) = 198+45+35=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D23 is #39D2DC. Grayscale: #595959. Windows color (decimal): -3789533 or 2305478. OLE color: 2305478.

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

Color convert

RGB1984535-
CMYK00.770.820.22
HSL3.68º69.96%45.69%-
HSV(B)3.68º82.32%77.65%-
XYZ24.53143-
YUV89.6197.19205.31-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 71.22%
GREEN value IS 45 (17.97% from 255) = 16.19%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=71.22%
G=16.19%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198453500.770.820.223.6869.9645.69
HexC62D2304D52164462e
Octal3065543011512226410656
Binary11000110101101100011010011011010010101101001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62D23; }

 p { color: rgb(198,45,35); }

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

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

 a { background-color: rgb(198,45,35); }

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

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

 span { border-color: rgb(198,45,35); }

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