Html Css Color HEX #C9403C Persian Red

📋 copy color: '#C9403C'

red 201 ◦ green 64 ◦ blue 60

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

Shades of Persian Red #C9403C

Tints of Persian Red #C9403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 61.85%
G = 19.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9403C (or 0xC9403C) is known color: Persian Red. HEX triplet: C9, 40 and 3C. RGB value is (201,64,60). Sum of RGB (Red+Green+Blue) = 201+64+60=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9403C is #36BFC3. Grayscale: #686868. Windows color (decimal): -3588036 or 3948745. OLE color: 3948745.

HSL color Cylindrical-coordinate representation of color #C9403C: hue angle of 1.7º 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 #C9403C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 60 -
CMYK 0 0.68 0.70 0.21
HSL 1.7º 0.57% 0.51% -
HSV(B) 1.7º 0.7% 0.79% -
XYZ 26.74 16.41 6.03 -
YUV 104.51 102.89 196.83 -
System Red Green Blue C M Y K H S L
Decimal 201 64 60 0 0.68 0.70 0.21 1.7 0.57 0.51
Hex C9 40 3C 0 44 46 15 2 39 33
Octal 311 100 74 0 104 106 25 2 71 63
Binary 11001001 1000000 111100 0 1000100 1000110 10101 10 111001 110011

Color Harmonies of #C9403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9403C

Black with #C9403C

Text Example


Text Example

White with #C9403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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