Html Css Color HEX #C73029 Persian Red

📋 copy color: '#C73029'

red 199 ◦ green 48 ◦ blue 41

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

Shades of Persian Red #C73029

Tints of Persian Red #C73029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 69.1%
G = 16.67%
B = 14.24%

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

#C73029 (or 0xC73029) is known color: Persian Red. HEX triplet: C7, 30 and 29. RGB value is (199,48,41). Sum of RGB (Red+Green+Blue) = 199+48+41=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73029 is #38CFD6. Grayscale: #5C5C5C. Windows color (decimal): -3723223 or 2699463. OLE color: 2699463.

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

Color convert

RGB 199 48 41 -
CMYK 0 0.76 0.79 0.22
HSL 2.66º 0.66% 0.47% -
HSV(B) 2.66º 0.79% 0.78% -
XYZ 25.01 14.42 3.56 -
YUV 92.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 199 48 41 0 0.76 0.79 0.22 2.66 0.66 0.47
Hex C7 30 29 0 4C 4F 16 3 42 2F
Octal 307 60 51 0 114 117 26 3 102 57
Binary 11000111 110000 101001 0 1001100 1001111 10110 11 1000010 101111

Color Harmonies of #C73029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73029

Black with #C73029

Text Example


Text Example

White with #C73029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73029; }

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

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

background-color css

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

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

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

border-color css

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

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

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