Html Css Color HEX #C73927 Persian Red

📋 copy color: '#C73927'

red 199 ◦ green 57 ◦ blue 39

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

Shades of Persian Red #C73927

Tints of Persian Red #C73927

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.32%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 67.46%
G = 19.32%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C73927 (or 0xC73927) is known color: Persian Red. HEX triplet: C7, 39 and 27. RGB value is (199,57,39). Sum of RGB (Red+Green+Blue) = 199+57+39=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C73927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73927 is #38C6D8. Grayscale: #616161. Windows color (decimal): -3720921 or 2570695. OLE color: 2570695.

HSL color Cylindrical-coordinate representation of color #C73927: hue angle of 6.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C73927 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 57 39 -
CMYK 0 0.71 0.80 0.22
HSL 6.75º 0.67% 0.47% -
HSV(B) 6.75º 0.8% 0.78% -
XYZ 25.38 15.21 3.52 -
YUV 97.41 95.04 200.46 -
System Red Green Blue C M Y K H S L
Decimal 199 57 39 0 0.71 0.80 0.22 6.75 0.67 0.47
Hex C7 39 27 0 47 50 16 7 43 2F
Octal 307 71 47 0 107 120 26 7 103 57
Binary 11000111 111001 100111 0 1000111 1010000 10110 111 1000011 101111

Color Harmonies of #C73927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73927

Black with #C73927

Text Example


Text Example

White with #C73927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73927; }

 p { color: rgb(199,57,39); }

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

background-color css

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

 a { background-color: rgb(199,57,39); }

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

border-color css

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

 span { border-color: rgb(199,57,39); }

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