Html Css Color HEX #C73534 Persian Red

📋 copy color: '#C73534'

red 199 ◦ green 53 ◦ blue 52

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

Shades of Persian Red #C73534

Tints of Persian Red #C73534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 65.46%
G = 17.43%
B = 17.11%

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

#C73534 (or 0xC73534) is known color: Persian Red. HEX triplet: C7, 35 and 34. RGB value is (199,53,52). Sum of RGB (Red+Green+Blue) = 199+53+52=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C73534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73534 is #38CACB. Grayscale: #606060. Windows color (decimal): -3721932 or 3421639. OLE color: 3421639.

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

Color convert

RGB 199 53 52 -
CMYK 0 0.73 0.74 0.22
HSL 0.41º 0.59% 0.49% -
HSV(B) 0.41º 0.74% 0.78% -
XYZ 25.45 14.94 4.79 -
YUV 96.54 102.87 201.08 -
System Red Green Blue C M Y K H S L
Decimal 199 53 52 0 0.73 0.74 0.22 0.41 0.59 0.49
Hex C7 35 34 0 49 4A 16 0 3B 31
Octal 307 65 64 0 111 112 26 0 73 61
Binary 11000111 110101 110100 0 1001001 1001010 10110 0 111011 110001

Color Harmonies of #C73534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73534

Black with #C73534

Text Example


Text Example

White with #C73534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73534; }

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

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

background-color css

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

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

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

border-color css

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

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

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