Html Css Color HEX #C94941 Sunset

📋 copy color: '#C94941'

red 201 ◦ green 73 ◦ blue 65

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

Shades of Sunset #C94941

Tints of Sunset #C94941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 59.29%
G = 21.53%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94941 (or 0xC94941) is known color: Sunset. HEX triplet: C9, 49 and 41. RGB value is (201,73,65). Sum of RGB (Red+Green+Blue) = 201+73+65=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C94941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94941 is #36B6BE. Grayscale: #6E6E6E. Windows color (decimal): -3585727 or 4278729. OLE color: 4278729.

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

Color convert

RGB 201 73 65 -
CMYK 0 0.64 0.68 0.21
HSL 3.53º 0.56% 0.52% -
HSV(B) 3.53º 0.68% 0.79% -
XYZ 27.42 17.56 6.95 -
YUV 110.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 201 73 65 0 0.64 0.68 0.21 3.53 0.56 0.52
Hex C9 49 41 0 40 44 15 4 38 34
Octal 311 111 101 0 100 104 25 4 70 64
Binary 11001001 1001001 1000001 0 1000000 1000100 10101 100 111000 110100

Color Harmonies of #C94941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94941

Black with #C94941

Text Example


Text Example

White with #C94941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94941; }

 p { color: rgb(201,73,65); }

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

background-color css

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

 a { background-color: rgb(201,73,65); }

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

border-color css

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

 span { border-color: rgb(201,73,65); }

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