Html Css Color HEX #C73533 Persian Red

📋 copy color: '#C73533'

red 199 ◦ green 53 ◦ blue 51

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

Shades of Persian Red #C73533

Tints of Persian Red #C73533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 65.68%
G = 17.49%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73533 (or 0xC73533) is known color: Persian Red. HEX triplet: C7, 35 and 33. RGB value is (199,53,51). Sum of RGB (Red+Green+Blue) = 199+53+51=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73533 is #38CACC. Grayscale: #606060. Windows color (decimal): -3721933 or 3356103. OLE color: 3356103.

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

Color convert

RGB 199 53 51 -
CMYK 0 0.73 0.74 0.22
HSL 0.81º 0.59% 0.49% -
HSV(B) 0.81º 0.74% 0.78% -
XYZ 25.42 14.93 4.67 -
YUV 96.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 199 53 51 0 0.73 0.74 0.22 0.81 0.59 0.49
Hex C7 35 33 0 49 4A 16 1 3B 31
Octal 307 65 63 0 111 112 26 1 73 61
Binary 11000111 110101 110011 0 1001001 1001010 10110 1 111011 110001

Color Harmonies of #C73533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73533

Black with #C73533

Text Example


Text Example

White with #C73533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73533; }

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

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

background-color css

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

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

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

border-color css

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

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

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