Html Css Color HEX #C9403E Persian Red

📋 copy color: '#C9403E'

red 201 ◦ green 64 ◦ blue 62

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

Shades of Persian Red #C9403E

Tints of Persian Red #C9403E

RGB

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

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

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

R = 61.47%
G = 19.57%
B = 18.96%

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

#C9403E (or 0xC9403E) is known color: Persian Red. HEX triplet: C9, 40 and 3E. RGB value is (201,64,62). Sum of RGB (Red+Green+Blue) = 201+64+62=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9403E is #36BFC1. Grayscale: #686868. Windows color (decimal): -3588034 or 4079817. OLE color: 4079817.

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

Color convert

RGB 201 64 62 -
CMYK 0 0.68 0.69 0.21
HSL 0.86º 0.56% 0.52% -
HSV(B) 0.86º 0.69% 0.79% -
XYZ 26.79 16.43 6.32 -
YUV 104.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 201 64 62 0 0.68 0.69 0.21 0.86 0.56 0.52
Hex C9 40 3E 0 44 45 15 1 38 34
Octal 311 100 76 0 104 105 25 1 70 64
Binary 11001001 1000000 111110 0 1000100 1000101 10101 1 111000 110100

Color Harmonies of #C9403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9403E

Black with #C9403E

Text Example


Text Example

White with #C9403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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