Html Css Color HEX #C9413D Persian Red

📋 copy color: '#C9413D'

red 201 ◦ green 65 ◦ blue 61

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

Shades of Persian Red #C9413D

Tints of Persian Red #C9413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.65%

R = 61.47%
G = 19.88%
B = 18.65%

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

#C9413D (or 0xC9413D) is known color: Persian Red. HEX triplet: C9, 41 and 3D. RGB value is (201,65,61). Sum of RGB (Red+Green+Blue) = 201+65+61=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9413D is #36BEC2. Grayscale: #696969. Windows color (decimal): -3587779 or 4014537. OLE color: 4014537.

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

Color convert

RGB 201 65 61 -
CMYK 0 0.68 0.70 0.21
HSL 1.71º 0.56% 0.51% -
HSV(B) 1.71º 0.7% 0.79% -
XYZ 26.82 16.54 6.19 -
YUV 105.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 201 65 61 0 0.68 0.70 0.21 1.71 0.56 0.51
Hex C9 41 3D 0 44 46 15 2 38 33
Octal 311 101 75 0 104 106 25 2 70 63
Binary 11001001 1000001 111101 0 1000100 1000110 10101 10 111000 110011

Color Harmonies of #C9413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9413D

Black with #C9413D

Text Example


Text Example

White with #C9413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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