Html Css Color HEX #C9402E Persian Red

📋 copy color: '#C9402E'

red 201 ◦ green 64 ◦ blue 46

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

Shades of Persian Red #C9402E

Tints of Persian Red #C9402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 64.63%
G = 20.58%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#C9402E (or 0xC9402E) is known color: Persian Red. HEX triplet: C9, 40 and 2E. RGB value is (201,64,46). Sum of RGB (Red+Green+Blue) = 201+64+46=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9402E is #36BFD1. Grayscale: #676767. Windows color (decimal): -3588050 or 3031241. OLE color: 3031241.

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

Color convert

RGB 201 64 46 -
CMYK 0 0.68 0.77 0.21
HSL 6.97º 0.63% 0.48% -
HSV(B) 6.97º 0.77% 0.79% -
XYZ 26.41 16.28 4.34 -
YUV 102.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 201 64 46 0 0.68 0.77 0.21 6.97 0.63 0.48
Hex C9 40 2E 0 44 4D 15 7 3F 30
Octal 311 100 56 0 104 115 25 7 77 60
Binary 11001001 1000000 101110 0 1000100 1001101 10101 111 111111 110000

Color Harmonies of #C9402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9402E

Black with #C9402E

Text Example


Text Example

White with #C9402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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