Html Css Color HEX #C9372B Persian Red

📋 copy color: '#C9372B'

red 201 ◦ green 55 ◦ blue 43

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

Shades of Persian Red #C9372B

Tints of Persian Red #C9372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.39%

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

R = 67.22%
G = 18.39%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9372B (or 0xC9372B) is known color: Persian Red. HEX triplet: C9, 37 and 2B. RGB value is (201,55,43). Sum of RGB (Red+Green+Blue) = 201+55+43=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9372B is #36C8D4. Grayscale: #616161. Windows color (decimal): -3590357 or 2832329. OLE color: 2832329.

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

Color convert

RGB 201 55 43 -
CMYK 0 0.73 0.79 0.21
HSL 4.56º 0.65% 0.48% -
HSV(B) 4.56º 0.79% 0.79% -
XYZ 25.89 15.32 3.88 -
YUV 97.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 201 55 43 0 0.73 0.79 0.21 4.56 0.65 0.48
Hex C9 37 2B 0 49 4F 15 5 41 30
Octal 311 67 53 0 111 117 25 5 101 60
Binary 11001001 110111 101011 0 1001001 1001111 10101 101 1000001 110000

Color Harmonies of #C9372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9372B

Black with #C9372B

Text Example


Text Example

White with #C9372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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