Html Css Color HEX #C9392B Persian Red

📋 copy color: '#C9392B'

red 201 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #C9392B

Tints of Persian Red #C9392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 66.78%
G = 18.94%
B = 14.29%

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

#C9392B (or 0xC9392B) is known color: Persian Red. HEX triplet: C9, 39 and 2B. RGB value is (201,57,43). Sum of RGB (Red+Green+Blue) = 201+57+43=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9392B is #36C6D4. Grayscale: #626262. Windows color (decimal): -3589845 or 2832841. OLE color: 2832841.

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

Color convert

RGB 201 57 43 -
CMYK 0 0.72 0.79 0.21
HSL 5.32º 0.65% 0.48% -
HSV(B) 5.32º 0.79% 0.79% -
XYZ 25.99 15.52 3.91 -
YUV 98.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 201 57 43 0 0.72 0.79 0.21 5.32 0.65 0.48
Hex C9 39 2B 0 48 4F 15 5 41 30
Octal 311 71 53 0 110 117 25 5 101 60
Binary 11001001 111001 101011 0 1001000 1001111 10101 101 1000001 110000

Color Harmonies of #C9392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9392B

Black with #C9392B

Text Example


Text Example

White with #C9392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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