Html Css Color HEX #C72929 Persian Red

📋 copy color: '#C72929'

red 199 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #C72929

Tints of Persian Red #C72929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 70.82%
G = 14.59%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C72929 (or 0xC72929) is known color: Persian Red. HEX triplet: C7, 29 and 29. RGB value is (199,41,41). Sum of RGB (Red+Green+Blue) = 199+41+41=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C72929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72929 is #38D6D6. Grayscale: #585858. Windows color (decimal): -3725015 or 2697671. OLE color: 2697671.

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

Color convert

RGB 199 41 41 -
CMYK 0 0.79 0.79 0.22
HSL 0.66% 0.47% -
HSV(B) 0.79% 0.78% -
XYZ 24.75 13.89 3.47 -
YUV 88.24 101.35 207 -
System Red Green Blue C M Y K H S L
Decimal 199 41 41 0 0.79 0.79 0.22 0 0.66 0.47
Hex C7 29 29 0 4F 4F 16 0 42 2F
Octal 307 51 51 0 117 117 26 0 102 57
Binary 11000111 101001 101001 0 1001111 1001111 10110 0 1000010 101111

Color Harmonies of #C72929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72929

Black with #C72929

Text Example


Text Example

White with #C72929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72929; }

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

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

background-color css

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

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

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

border-color css

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

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

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