Html Css Color HEX #C74240 Sunset

📋 copy color: '#C74240'

red 199 ◦ green 66 ◦ blue 64

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

Shades of Sunset #C74240

Tints of Sunset #C74240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.06%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 60.49%
G = 20.06%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C74240 (or 0xC74240) is known color: Sunset. HEX triplet: C7, 42 and 40. RGB value is (199,66,64). Sum of RGB (Red+Green+Blue) = 199+66+64=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C74240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74240 is #38BDBF. Grayscale: #696969. Windows color (decimal): -3718592 or 4211399. OLE color: 4211399.

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

Color convert

RGB 199 66 64 -
CMYK 0 0.67 0.68 0.22
HSL 0.89º 0.55% 0.52% -
HSV(B) 0.89º 0.68% 0.78% -
XYZ 26.43 16.41 6.62 -
YUV 105.54 104.56 194.66 -
System Red Green Blue C M Y K H S L
Decimal 199 66 64 0 0.67 0.68 0.22 0.89 0.55 0.52
Hex C7 42 40 0 43 44 16 1 37 34
Octal 307 102 100 0 103 104 26 1 67 64
Binary 11000111 1000010 1000000 0 1000011 1000100 10110 1 110111 110100

Color Harmonies of #C74240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74240

Black with #C74240

Text Example


Text Example

White with #C74240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74240; }

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

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

background-color css

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

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

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

border-color css

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

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

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