Html Css Color HEX #C73F35 Persian Red

📋 copy color: '#C73F35'

red 199 ◦ green 63 ◦ blue 53

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

Shades of Persian Red #C73F35

Tints of Persian Red #C73F35

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 63.17%
G = 20%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73F35 (or 0xC73F35) is known color: Persian Red. HEX triplet: C7, 3F and 35. RGB value is (199,63,53). Sum of RGB (Red+Green+Blue) = 199+63+53=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F35 is #38C0CA. Grayscale: #666666. Windows color (decimal): -3719371 or 3489735. OLE color: 3489735.

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

Color convert

RGB 199 63 53 -
CMYK 0 0.68 0.73 0.22
HSL 4.11º 0.58% 0.49% -
HSV(B) 4.11º 0.73% 0.78% -
XYZ 25.97 15.95 5.08 -
YUV 102.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 199 63 53 0 0.68 0.73 0.22 4.11 0.58 0.49
Hex C7 3F 35 0 44 49 16 4 3A 31
Octal 307 77 65 0 104 111 26 4 72 61
Binary 11000111 111111 110101 0 1000100 1001001 10110 100 111010 110001

Color Harmonies of #C73F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F35

Black with #C73F35

Text Example


Text Example

White with #C73F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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