Html Css Color HEX #C9413F Persian Red

📋 copy color: '#C9413F'

red 201 ◦ green 65 ◦ blue 63

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

Shades of Persian Red #C9413F

Tints of Persian Red #C9413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 61.09%
G = 19.76%
B = 19.15%

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

#C9413F (or 0xC9413F) is known color: Persian Red. HEX triplet: C9, 41 and 3F. RGB value is (201,65,63). Sum of RGB (Red+Green+Blue) = 201+65+63=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9413F is #36BEC0. Grayscale: #696969. Windows color (decimal): -3587777 or 4145609. OLE color: 4145609.

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

Color convert

RGB 201 65 63 -
CMYK 0 0.68 0.69 0.21
HSL 0.87º 0.56% 0.52% -
HSV(B) 0.87º 0.69% 0.79% -
XYZ 26.87 16.56 6.48 -
YUV 105.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 201 65 63 0 0.68 0.69 0.21 0.87 0.56 0.52
Hex C9 41 3F 0 44 45 15 1 38 34
Octal 311 101 77 0 104 105 25 1 70 64
Binary 11001001 1000001 111111 0 1000100 1000101 10101 1 111000 110100

Color Harmonies of #C9413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9413F

Black with #C9413F

Text Example


Text Example

White with #C9413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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