Html Css Color HEX #C73324 Persian Red

📋 copy color: '#C73324'

red 199 ◦ green 51 ◦ blue 36

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

Shades of Persian Red #C73324

Tints of Persian Red #C73324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

 BLUE value IS 36 (14.45% from 255) = 12.59%

R = 69.58%
G = 17.83%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C73324 (or 0xC73324) is known color: Persian Red. HEX triplet: C7, 33 and 24. RGB value is (199,51,36). Sum of RGB (Red+Green+Blue) = 199+51+36=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C73324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73324 is #38CCDB. Grayscale: #5D5D5D. Windows color (decimal): -3722460 or 2372551. OLE color: 2372551.

HSL color Cylindrical-coordinate representation of color #C73324: hue angle of 5.52º degrees, saturation: 0.69, 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 #C73324 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 36 -
CMYK 0 0.74 0.82 0.22
HSL 5.52º 0.69% 0.46% -
HSV(B) 5.52º 0.82% 0.78% -
XYZ 25.06 14.64 3.17 -
YUV 93.54 95.53 203.22 -
System Red Green Blue C M Y K H S L
Decimal 199 51 36 0 0.74 0.82 0.22 5.52 0.69 0.46
Hex C7 33 24 0 4A 52 16 6 45 2E
Octal 307 63 44 0 112 122 26 6 105 56
Binary 11000111 110011 100100 0 1001010 1010010 10110 110 1000101 101110

Color Harmonies of #C73324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73324

Black with #C73324

Text Example


Text Example

White with #C73324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73324; }

 p { color: rgb(199,51,36); }

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

background-color css

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

 a { background-color: rgb(199,51,36); }

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

border-color css

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

 span { border-color: rgb(199,51,36); }

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