Html Css Color HEX #C72D23 Persian Red

📋 copy color: '#C72D23'

red 199 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #C72D23

Tints of Persian Red #C72D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.13%

 BLUE value IS 35 (14.06% from 255) = 12.54%

R = 71.33%
G = 16.13%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C72D23 (or 0xC72D23) is known color: Persian Red. HEX triplet: C7, 2D and 23. RGB value is (199,45,35). Sum of RGB (Red+Green+Blue) = 199+45+35=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D23 is #38D2DC. Grayscale: #5A5A5A. Windows color (decimal): -3723997 or 2305479. OLE color: 2305479.

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

Color convert

RGB 199 45 35 -
CMYK 0 0.77 0.82 0.22
HSL 3.66º 0.7% 0.46% -
HSV(B) 3.66º 0.82% 0.78% -
XYZ 24.79 14.14 3.01 -
YUV 89.91 97.02 205.81 -
System Red Green Blue C M Y K H S L
Decimal 199 45 35 0 0.77 0.82 0.22 3.66 0.7 0.46
Hex C7 2D 23 0 4D 52 16 4 46 2E
Octal 307 55 43 0 115 122 26 4 106 56
Binary 11000111 101101 100011 0 1001101 1010010 10110 100 1000110 101110

Color Harmonies of #C72D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72D23

Black with #C72D23

Text Example


Text Example

White with #C72D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72D23; }

 p { color: rgb(199,45,35); }

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

background-color css

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

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

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

border-color css

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

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

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