Html Css Color HEX #C72928 Persian Red

📋 copy color: '#C72928'

red 199 ◦ green 41 ◦ blue 40

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

Shades of Persian Red #C72928

Tints of Persian Red #C72928

RGB

 RED value IS 199 (78.13% from 255) = 71.07%

 GREEN value IS 41 (16.41% from 255) = 14.64%

 BLUE value IS 40 (16.02% from 255) = 14.29%

R = 71.07%
G = 14.64%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C72928 (or 0xC72928) is known color: Persian Red. HEX triplet: C7, 29 and 28. RGB value is (199,41,40). Sum of RGB (Red+Green+Blue) = 199+41+40=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C72928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72928 is #38D6D7. Grayscale: #585858. Windows color (decimal): -3725016 or 2632135. OLE color: 2632135.

HSL color Cylindrical-coordinate representation of color #C72928: hue angle of 0.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72928 is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 41 40 -
CMYK 0 0.79 0.80 0.22
HSL 0.38º 0.67% 0.47% -
HSV(B) 0.38º 0.8% 0.78% -
XYZ 24.73 13.88 3.38 -
YUV 88.13 100.85 207.08 -
System Red Green Blue C M Y K H S L
Decimal 199 41 40 0 0.79 0.80 0.22 0.38 0.67 0.47
Hex C7 29 28 0 4F 50 16 0 43 2F
Octal 307 51 50 0 117 120 26 0 103 57
Binary 11000111 101001 101000 0 1001111 1010000 10110 0 1000011 101111

Color Harmonies of #C72928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72928

Black with #C72928

Text Example


Text Example

White with #C72928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72928; }

 p { color: rgb(199,41,40); }

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

background-color css

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

 a { background-color: rgb(199,41,40); }

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

border-color css

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

 span { border-color: rgb(199,41,40); }

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