Html Css Color HEX #C73930 Persian Red

📋 copy color: '#C73930'

red 199 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #C73930

Tints of Persian Red #C73930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 65.46%
G = 18.75%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C73930 (or 0xC73930) is known color: Persian Red. HEX triplet: C7, 39 and 30. RGB value is (199,57,48). Sum of RGB (Red+Green+Blue) = 199+57+48=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C73930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73930 is #38C6CF. Grayscale: #626262. Windows color (decimal): -3720912 or 3160519. OLE color: 3160519.

HSL color Cylindrical-coordinate representation of color #C73930: hue angle of 3.58º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73930 is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 48 -
CMYK 0 0.71 0.76 0.22
HSL 3.58º 0.61% 0.48% -
HSV(B) 3.58º 0.76% 0.78% -
XYZ 25.55 15.28 4.4 -
YUV 98.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 199 57 48 0 0.71 0.76 0.22 3.58 0.61 0.48
Hex C7 39 30 0 47 4C 16 4 3D 30
Octal 307 71 60 0 107 114 26 4 75 60
Binary 11000111 111001 110000 0 1000111 1001100 10110 100 111101 110000

Color Harmonies of #C73930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73930

Black with #C73930

Text Example


Text Example

White with #C73930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73930; }

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

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

background-color css

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

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

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

border-color css

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

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

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