Html Css Color HEX #C9423C Persian Red

📋 copy color: '#C9423C'

red 201 ◦ green 66 ◦ blue 60

#C9423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #C9423C

Tints of Persian Red #C9423C

RGB

 RED value IS 201 (78.91% from 255) = 61.47%

 GREEN value IS 66 (26.17% from 255) = 20.18%

 BLUE value IS 60 (23.83% from 255) = 18.35%

R = 61.47%
G = 20.18%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9423C (or 0xC9423C) is known color: Persian Red. HEX triplet: C9, 42 and 3C. RGB value is (201,66,60). Sum of RGB (Red+Green+Blue) = 201+66+60=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9423C is #36BDC3. Grayscale: #696969. Windows color (decimal): -3587524 or 3949257. OLE color: 3949257.

HSL color Cylindrical-coordinate representation of color #C9423C: hue angle of 2.55º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9423C is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 60 -
CMYK 0 0.67 0.70 0.21
HSL 2.55º 0.57% 0.51% -
HSV(B) 2.55º 0.7% 0.79% -
XYZ 26.85 16.64 6.07 -
YUV 105.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 201 66 60 0 0.67 0.70 0.21 2.55 0.57 0.51
Hex C9 42 3C 0 43 46 15 3 39 33
Octal 311 102 74 0 103 106 25 3 71 63
Binary 11001001 1000010 111100 0 1000011 1000110 10101 11 111001 110011

Color Harmonies of #C9423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9423C

Black with #C9423C

Text Example


Text Example

White with #C9423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9423C; }

 p { color: rgb(201,66,60); }

 H1.HeaderClassName
 {
   color: #C9423C;
 }
 .AnyTagClassName
 {
   color: #C9423C;
 }
</style>

background-color css

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

 a { background-color: rgb(201,66,60); }

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

border-color css

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

 span { border-color: rgb(201,66,60); }

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