Html Css Color HEX #C73733 Persian Red

📋 copy color: '#C73733'

red 199 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #C73733

Tints of Persian Red #C73733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.03%

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

R = 65.25%
G = 18.03%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73733 (or 0xC73733) is known color: Persian Red. HEX triplet: C7, 37 and 33. RGB value is (199,55,51). Sum of RGB (Red+Green+Blue) = 199+55+51=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C73733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73733 is #38C8CC. Grayscale: #616161. Windows color (decimal): -3721421 or 3356615. OLE color: 3356615.

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

Color convert

RGB 199 55 51 -
CMYK 0 0.72 0.74 0.22
HSL 1.62º 0.59% 0.49% -
HSV(B) 1.62º 0.74% 0.78% -
XYZ 25.52 15.11 4.7 -
YUV 97.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 199 55 51 0 0.72 0.74 0.22 1.62 0.59 0.49
Hex C7 37 33 0 48 4A 16 2 3B 31
Octal 307 67 63 0 110 112 26 2 73 61
Binary 11000111 110111 110011 0 1001000 1001010 10110 10 111011 110001

Color Harmonies of #C73733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73733

Black with #C73733

Text Example


Text Example

White with #C73733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73733; }

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

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

background-color css

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

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

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

border-color css

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

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

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