Html Css Color HEX #C74442 Sunset

📋 copy color: '#C74442'

red 199 ◦ green 68 ◦ blue 66

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

Shades of Sunset #C74442

Tints of Sunset #C74442

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 59.76%
G = 20.42%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C74442 (or 0xC74442) is known color: Sunset. HEX triplet: C7, 44 and 42. RGB value is (199,68,66). Sum of RGB (Red+Green+Blue) = 199+68+66=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C74442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74442 is #38BBBD. Grayscale: #6B6B6B. Windows color (decimal): -3718078 or 4342983. OLE color: 4342983.

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

Color convert

RGB 199 68 66 -
CMYK 0 0.66 0.67 0.22
HSL 0.9º 0.54% 0.52% -
HSV(B) 0.9º 0.67% 0.78% -
XYZ 26.6 16.67 6.97 -
YUV 106.94 104.9 193.66 -
System Red Green Blue C M Y K H S L
Decimal 199 68 66 0 0.66 0.67 0.22 0.9 0.54 0.52
Hex C7 44 42 0 42 43 16 1 36 34
Octal 307 104 102 0 102 103 26 1 66 64
Binary 11000111 1000100 1000010 0 1000010 1000011 10110 1 110110 110100

Color Harmonies of #C74442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74442

Black with #C74442

Text Example


Text Example

White with #C74442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74442; }

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

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

background-color css

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

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

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

border-color css

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

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

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