Html Css Color HEX #C74037 Persian Red

📋 copy color: '#C74037'

red 199 ◦ green 64 ◦ blue 55

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

Shades of Persian Red #C74037

Tints of Persian Red #C74037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 62.58%
G = 20.13%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C74037 (or 0xC74037) is known color: Persian Red. HEX triplet: C7, 40 and 37. RGB value is (199,64,55). Sum of RGB (Red+Green+Blue) = 199+64+55=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C74037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74037 is #38BFC8. Grayscale: #676767. Windows color (decimal): -3719113 or 3621063. OLE color: 3621063.

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

Color convert

RGB 199 64 55 -
CMYK 0 0.68 0.72 0.22
HSL 3.75º 0.57% 0.5% -
HSV(B) 3.75º 0.72% 0.78% -
XYZ 26.08 16.08 5.34 -
YUV 103.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 199 64 55 0 0.68 0.72 0.22 3.75 0.57 0.5
Hex C7 40 37 0 44 48 16 4 39 32
Octal 307 100 67 0 104 110 26 4 71 62
Binary 11000111 1000000 110111 0 1000100 1001000 10110 100 111001 110010

Color Harmonies of #C74037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74037

Black with #C74037

Text Example


Text Example

White with #C74037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74037; }

 p { color: rgb(199,64,55); }

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

background-color css

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

 a { background-color: rgb(199,64,55); }

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

border-color css

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

 span { border-color: rgb(199,64,55); }

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