Html Css Color HEX #C73C33 Persian Red

📋 copy color: '#C73C33'

red 199 ◦ green 60 ◦ blue 51

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

Shades of Persian Red #C73C33

Tints of Persian Red #C73C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 64.19%
G = 19.35%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73C33 (or 0xC73C33) is known color: Persian Red. HEX triplet: C7, 3C and 33. RGB value is (199,60,51). Sum of RGB (Red+Green+Blue) = 199+60+51=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C33 is #38C3CC. Grayscale: #646464. Windows color (decimal): -3720141 or 3357895. OLE color: 3357895.

HSL color Cylindrical-coordinate representation of color #C73C33: hue angle of 3.65º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73C33 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 51 -
CMYK 0 0.70 0.74 0.22
HSL 3.65º 0.59% 0.49% -
HSV(B) 3.65º 0.74% 0.78% -
XYZ 25.77 15.61 4.79 -
YUV 100.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 199 60 51 0 0.70 0.74 0.22 3.65 0.59 0.49
Hex C7 3C 33 0 46 4A 16 4 3B 31
Octal 307 74 63 0 106 112 26 4 73 61
Binary 11000111 111100 110011 0 1000110 1001010 10110 100 111011 110001

Color Harmonies of #C73C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C33

Black with #C73C33

Text Example


Text Example

White with #C73C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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