Html Css Color HEX #C73531 Persian Red

📋 copy color: '#C73531'

red 199 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #C73531

Tints of Persian Red #C73531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.28%

R = 66.11%
G = 17.61%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C73531 (or 0xC73531) is known color: Persian Red. HEX triplet: C7, 35 and 31. RGB value is (199,53,49). Sum of RGB (Red+Green+Blue) = 199+53+49=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 49 (19.53% from 255 or 16.28% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C73531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73531 is #38CACE. Grayscale: #606060. Windows color (decimal): -3721935 or 3225031. OLE color: 3225031.

HSL color Cylindrical-coordinate representation of color #C73531: hue angle of 1.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73531 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 53 49 -
CMYK 0 0.73 0.75 0.22
HSL 1.6º 0.6% 0.49% -
HSV(B) 1.6º 0.75% 0.78% -
XYZ 25.38 14.91 4.45 -
YUV 96.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 199 53 49 0 0.73 0.75 0.22 1.6 0.6 0.49
Hex C7 35 31 0 49 4B 16 2 3C 31
Octal 307 65 61 0 111 113 26 2 74 61
Binary 11000111 110101 110001 0 1001001 1001011 10110 10 111100 110001

Color Harmonies of #C73531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73531

Black with #C73531

Text Example


Text Example

White with #C73531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73531; }

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

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

background-color css

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

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

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

border-color css

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

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

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