Html Css Color HEX #C73A33 Persian Red

📋 copy color: '#C73A33'

red 199 ◦ green 58 ◦ blue 51

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

Shades of Persian Red #C73A33

Tints of Persian Red #C73A33

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

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

R = 64.61%
G = 18.83%
B = 16.56%

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

#C73A33 (or 0xC73A33) is known color: Persian Red. HEX triplet: C7, 3A and 33. RGB value is (199,58,51). Sum of RGB (Red+Green+Blue) = 199+58+51=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 51 (20.31% from 255 or 16.56% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A33 is #38C5CC. Grayscale: #636363. Windows color (decimal): -3720653 or 3357383. OLE color: 3357383.

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

Color convert

RGB 199 58 51 -
CMYK 0 0.71 0.74 0.22
HSL 2.84º 0.59% 0.49% -
HSV(B) 2.84º 0.74% 0.78% -
XYZ 25.66 15.41 4.75 -
YUV 99.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 199 58 51 0 0.71 0.74 0.22 2.84 0.59 0.49
Hex C7 3A 33 0 47 4A 16 3 3B 31
Octal 307 72 63 0 107 112 26 3 73 61
Binary 11000111 111010 110011 0 1000111 1001010 10110 11 111011 110001

Color Harmonies of #C73A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A33

Black with #C73A33

Text Example


Text Example

White with #C73A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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