Html Css Color HEX #C72F29 Persian Red

📋 copy color: '#C72F29'

red 199 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #C72F29

Tints of Persian Red #C72F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.38%

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

R = 69.34%
G = 16.38%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C72F29 (or 0xC72F29) is known color: Persian Red. HEX triplet: C7, 2F and 29. RGB value is (199,47,41). Sum of RGB (Red+Green+Blue) = 199+47+41=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F29 is #38D0D6. Grayscale: #5B5B5B. Windows color (decimal): -3723479 or 2699207. OLE color: 2699207.

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

Color convert

RGB 199 47 41 -
CMYK 0 0.76 0.79 0.22
HSL 2.28º 0.66% 0.47% -
HSV(B) 2.28º 0.79% 0.78% -
XYZ 24.97 14.34 3.55 -
YUV 91.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 199 47 41 0 0.76 0.79 0.22 2.28 0.66 0.47
Hex C7 2F 29 0 4C 4F 16 2 42 2F
Octal 307 57 51 0 114 117 26 2 102 57
Binary 11000111 101111 101001 0 1001100 1001111 10110 10 1000010 101111

Color Harmonies of #C72F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F29

Black with #C72F29

Text Example


Text Example

White with #C72F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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