Html Css Color HEX #C72C29 Persian Red

📋 copy color: '#C72C29'

red 199 ◦ green 44 ◦ blue 41

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

Shades of Persian Red #C72C29

Tints of Persian Red #C72C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

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

R = 70.07%
G = 15.49%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C72C29 (or 0xC72C29) is known color: Persian Red. HEX triplet: C7, 2C and 29. RGB value is (199,44,41). Sum of RGB (Red+Green+Blue) = 199+44+41=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C72C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72C29 is #38D3D6. Grayscale: #5A5A5A. Windows color (decimal): -3724247 or 2698439. OLE color: 2698439.

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

Color convert

RGB 199 44 41 -
CMYK 0 0.78 0.79 0.22
HSL 1.14º 0.66% 0.47% -
HSV(B) 1.14º 0.79% 0.78% -
XYZ 24.85 14.1 3.51 -
YUV 90 100.35 205.74 -
System Red Green Blue C M Y K H S L
Decimal 199 44 41 0 0.78 0.79 0.22 1.14 0.66 0.47
Hex C7 2C 29 0 4E 4F 16 1 42 2F
Octal 307 54 51 0 116 117 26 1 102 57
Binary 11000111 101100 101001 0 1001110 1001111 10110 1 1000010 101111

Color Harmonies of #C72C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72C29

Black with #C72C29

Text Example


Text Example

White with #C72C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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