Html Css Color HEX #C73F33 Persian Red

📋 copy color: '#C73F33'

red 199 ◦ green 63 ◦ blue 51

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

Shades of Persian Red #C73F33

Tints of Persian Red #C73F33

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

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

R = 63.58%
G = 20.13%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73F33 (or 0xC73F33) is known color: Persian Red. HEX triplet: C7, 3F and 33. RGB value is (199,63,51). Sum of RGB (Red+Green+Blue) = 199+63+51=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F33 is #38C0CC. Grayscale: #666666. Windows color (decimal): -3719373 or 3358663. OLE color: 3358663.

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

Color convert

RGB 199 63 51 -
CMYK 0 0.68 0.74 0.22
HSL 4.86º 0.59% 0.49% -
HSV(B) 4.86º 0.74% 0.78% -
XYZ 25.93 15.94 4.84 -
YUV 102.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 199 63 51 0 0.68 0.74 0.22 4.86 0.59 0.49
Hex C7 3F 33 0 44 4A 16 5 3B 31
Octal 307 77 63 0 104 112 26 5 73 61
Binary 11000111 111111 110011 0 1000100 1001010 10110 101 111011 110001

Color Harmonies of #C73F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F33

Black with #C73F33

Text Example


Text Example

White with #C73F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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