Html Css Color HEX #C73933 Persian Red

📋 copy color: '#C73933'

red 199 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #C73933

Tints of Persian Red #C73933

RGB

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

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

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

R = 64.82%
G = 18.57%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73933 (or 0xC73933) is known color: Persian Red. HEX triplet: C7, 39 and 33. RGB value is (199,57,51). Sum of RGB (Red+Green+Blue) = 199+57+51=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C73933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73933 is #38C6CC. Grayscale: #626262. Windows color (decimal): -3720909 or 3357127. OLE color: 3357127.

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

Color convert

RGB 199 57 51 -
CMYK 0 0.71 0.74 0.22
HSL 2.43º 0.59% 0.49% -
HSV(B) 2.43º 0.74% 0.78% -
XYZ 25.61 15.31 4.74 -
YUV 98.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 199 57 51 0 0.71 0.74 0.22 2.43 0.59 0.49
Hex C7 39 33 0 47 4A 16 2 3B 31
Octal 307 71 63 0 107 112 26 2 73 61
Binary 11000111 111001 110011 0 1000111 1001010 10110 10 111011 110001

Color Harmonies of #C73933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73933

Black with #C73933

Text Example


Text Example

White with #C73933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73933; }

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

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

background-color css

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

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

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

border-color css

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

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

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