Html Css Color HEX #C72A29 Persian Red

📋 copy color: '#C72A29'

red 199 ◦ green 42 ◦ blue 41

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

Shades of Persian Red #C72A29

Tints of Persian Red #C72A29

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.89%

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

R = 70.57%
G = 14.89%
B = 14.54%

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

#C72A29 (or 0xC72A29) is known color: Persian Red. HEX triplet: C7, 2A and 29. RGB value is (199,42,41). Sum of RGB (Red+Green+Blue) = 199+42+41=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A29 is #38D5D6. Grayscale: #585858. Windows color (decimal): -3724759 or 2697927. OLE color: 2697927.

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

Color convert

RGB 199 42 41 -
CMYK 0 0.79 0.79 0.22
HSL 0.38º 0.66% 0.47% -
HSV(B) 0.38º 0.79% 0.78% -
XYZ 24.78 13.96 3.49 -
YUV 88.83 101.01 206.58 -
System Red Green Blue C M Y K H S L
Decimal 199 42 41 0 0.79 0.79 0.22 0.38 0.66 0.47
Hex C7 2A 29 0 4F 4F 16 0 42 2F
Octal 307 52 51 0 117 117 26 0 102 57
Binary 11000111 101010 101001 0 1001111 1001111 10110 0 1000010 101111

Color Harmonies of #C72A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72A29

Black with #C72A29

Text Example


Text Example

White with #C72A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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