Html Css Color HEX #C73E2F Persian Red

📋 copy color: '#C73E2F'

red 199 ◦ green 62 ◦ blue 47

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

Shades of Persian Red #C73E2F

Tints of Persian Red #C73E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

 BLUE value IS 47 (18.75% from 255) = 15.26%

R = 64.61%
G = 20.13%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C73E2F (or 0xC73E2F) is known color: Persian Red. HEX triplet: C7, 3E and 2F. RGB value is (199,62,47). Sum of RGB (Red+Green+Blue) = 199+62+47=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E2F is #38C1D0. Grayscale: #656565. Windows color (decimal): -3719633 or 3096263. OLE color: 3096263.

HSL color Cylindrical-coordinate representation of color #C73E2F: hue angle of 5.92º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73E2F is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 62 47 -
CMYK 0 0.69 0.76 0.22
HSL 5.92º 0.62% 0.48% -
HSV(B) 5.92º 0.76% 0.78% -
XYZ 25.79 15.79 4.38 -
YUV 101.25 97.39 197.72 -
System Red Green Blue C M Y K H S L
Decimal 199 62 47 0 0.69 0.76 0.22 5.92 0.62 0.48
Hex C7 3E 2F 0 45 4C 16 6 3E 30
Octal 307 76 57 0 105 114 26 6 76 60
Binary 11000111 111110 101111 0 1000101 1001100 10110 110 111110 110000

Color Harmonies of #C73E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73E2F

Black with #C73E2F

Text Example


Text Example

White with #C73E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73E2F; }

 p { color: rgb(199,62,47); }

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

background-color css

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

 a { background-color: rgb(199,62,47); }

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

border-color css

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

 span { border-color: rgb(199,62,47); }

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