Html Css Color HEX #C9392A Persian Red

📋 copy color: '#C9392A'

red 201 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #C9392A

Tints of Persian Red #C9392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

 BLUE value IS 42 (16.8% from 255) = 14%

R = 67%
G = 19%
B = 14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9392A (or 0xC9392A) is known color: Persian Red. HEX triplet: C9, 39 and 2A. RGB value is (201,57,42). Sum of RGB (Red+Green+Blue) = 201+57+42=300 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 201 - color contains mainly: red. Hex color #C9392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9392A is #36C6D5. Grayscale: #626262. Windows color (decimal): -3589846 or 2767305. OLE color: 2767305.

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

Color convert

RGB 201 57 42 -
CMYK 0 0.72 0.79 0.21
HSL 5.66º 0.65% 0.48% -
HSV(B) 5.66º 0.79% 0.79% -
XYZ 25.97 15.51 3.82 -
YUV 98.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 201 57 42 0 0.72 0.79 0.21 5.66 0.65 0.48
Hex C9 39 2A 0 48 4F 15 6 41 30
Octal 311 71 52 0 110 117 25 6 101 60
Binary 11001001 111001 101010 0 1001000 1001111 10101 110 1000001 110000

Color Harmonies of #C9392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9392A

Black with #C9392A

Text Example


Text Example

White with #C9392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9392A; }

 p { color: rgb(201,57,42); }

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

background-color css

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

 a { background-color: rgb(201,57,42); }

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

border-color css

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

 span { border-color: rgb(201,57,42); }

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