Html Css Color HEX #C9403F Persian Red

📋 copy color: '#C9403F'

red 201 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #C9403F

Tints of Persian Red #C9403F

RGB

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

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

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

R = 61.28%
G = 19.51%
B = 19.21%

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

#C9403F (or 0xC9403F) is known color: Persian Red. HEX triplet: C9, 40 and 3F. RGB value is (201,64,63). Sum of RGB (Red+Green+Blue) = 201+64+63=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9403F is #36BFC0. Grayscale: #686868. Windows color (decimal): -3588033 or 4145353. OLE color: 4145353.

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

Color convert

RGB 201 64 63 -
CMYK 0 0.68 0.69 0.21
HSL 0.43º 0.56% 0.52% -
HSV(B) 0.43º 0.69% 0.79% -
XYZ 26.82 16.44 6.46 -
YUV 104.85 104.39 196.58 -
System Red Green Blue C M Y K H S L
Decimal 201 64 63 0 0.68 0.69 0.21 0.43 0.56 0.52
Hex C9 40 3F 0 44 45 15 0 38 34
Octal 311 100 77 0 104 105 25 0 70 64
Binary 11001001 1000000 111111 0 1000100 1000101 10101 0 111000 110100

Color Harmonies of #C9403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9403F

Black with #C9403F

Text Example


Text Example

White with #C9403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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