Html Css Color HEX #C9413E Persian Red

📋 copy color: '#C9413E'

red 201 ◦ green 65 ◦ blue 62

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

Shades of Persian Red #C9413E

Tints of Persian Red #C9413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.82%

 BLUE value IS 62 (24.61% from 255) = 18.9%

R = 61.28%
G = 19.82%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9413E (or 0xC9413E) is known color: Persian Red. HEX triplet: C9, 41 and 3E. RGB value is (201,65,62). Sum of RGB (Red+Green+Blue) = 201+65+62=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9413E is #36BEC1. Grayscale: #696969. Windows color (decimal): -3587778 or 4080073. OLE color: 4080073.

HSL color Cylindrical-coordinate representation of color #C9413E: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9413E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 65 62 -
CMYK 0 0.68 0.69 0.21
HSL 1.29º 0.56% 0.52% -
HSV(B) 1.29º 0.69% 0.79% -
XYZ 26.85 16.55 6.34 -
YUV 105.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 201 65 62 0 0.68 0.69 0.21 1.29 0.56 0.52
Hex C9 41 3E 0 44 45 15 1 38 34
Octal 311 101 76 0 104 105 25 1 70 64
Binary 11001001 1000001 111110 0 1000100 1000101 10101 1 111000 110100

Color Harmonies of #C9413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9413E

Black with #C9413E

Text Example


Text Example

White with #C9413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9413E; }

 p { color: rgb(201,65,62); }

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

background-color css

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

 a { background-color: rgb(201,65,62); }

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

border-color css

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

 span { border-color: rgb(201,65,62); }

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