Html Css Color HEX #C9372D Persian Red

📋 copy color: '#C9372D'

red 201 ◦ green 55 ◦ blue 45

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

Shades of Persian Red #C9372D

Tints of Persian Red #C9372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 66.78%
G = 18.27%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9372D (or 0xC9372D) is known color: Persian Red. HEX triplet: C9, 37 and 2D. RGB value is (201,55,45). Sum of RGB (Red+Green+Blue) = 201+55+45=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9372D is #36C8D2. Grayscale: #616161. Windows color (decimal): -3590355 or 2963401. OLE color: 2963401.

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

Color convert

RGB 201 55 45 -
CMYK 0 0.73 0.78 0.21
HSL 3.85º 0.63% 0.48% -
HSV(B) 3.85º 0.78% 0.79% -
XYZ 25.93 15.34 4.08 -
YUV 97.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 201 55 45 0 0.73 0.78 0.21 3.85 0.63 0.48
Hex C9 37 2D 0 49 4E 15 4 3F 30
Octal 311 67 55 0 111 116 25 4 77 60
Binary 11001001 110111 101101 0 1001001 1001110 10101 100 111111 110000

Color Harmonies of #C9372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9372D

Black with #C9372D

Text Example


Text Example

White with #C9372D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9372D; }

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

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

background-color css

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

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

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

border-color css

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

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

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