Html Css Color HEX #C94742 Sunset

📋 copy color: '#C94742'

red 201 ◦ green 71 ◦ blue 66

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

Shades of Sunset #C94742

Tints of Sunset #C94742

RGB

 RED value IS 201 (78.91% from 255) = 59.47%

 GREEN value IS 71 (28.13% from 255) = 21.01%

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

R = 59.47%
G = 21.01%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C94742 (or 0xC94742) is known color: Sunset. HEX triplet: C9, 47 and 42. RGB value is (201,71,66). Sum of RGB (Red+Green+Blue) = 201+71+66=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94742 is #36B8BD. Grayscale: #6D6D6D. Windows color (decimal): -3586238 or 4343753. OLE color: 4343753.

HSL color Cylindrical-coordinate representation of color #C94742: hue angle of 2.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94742 is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 66 -
CMYK 0 0.65 0.67 0.21
HSL 2.22º 0.56% 0.52% -
HSV(B) 2.22º 0.67% 0.79% -
XYZ 27.32 17.32 7.06 -
YUV 109.3 103.57 193.41 -
System Red Green Blue C M Y K H S L
Decimal 201 71 66 0 0.65 0.67 0.21 2.22 0.56 0.52
Hex C9 47 42 0 41 43 15 2 38 34
Octal 311 107 102 0 101 103 25 2 70 64
Binary 11001001 1000111 1000010 0 1000001 1000011 10101 10 111000 110100

Color Harmonies of #C94742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94742

Black with #C94742

Text Example


Text Example

White with #C94742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94742; }

 p { color: rgb(201,71,66); }

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

background-color css

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

 a { background-color: rgb(201,71,66); }

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

border-color css

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

 span { border-color: rgb(201,71,66); }

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