Html Css Color HEX #C94841 Sunset

📋 copy color: '#C94841'

red 201 ◦ green 72 ◦ blue 65

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

Shades of Sunset #C94841

Tints of Sunset #C94841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

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

R = 59.47%
G = 21.3%
B = 19.23%

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

#C94841 (or 0xC94841) is known color: Sunset. HEX triplet: C9, 48 and 41. RGB value is (201,72,65). Sum of RGB (Red+Green+Blue) = 201+72+65=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C94841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94841 is #36B7BE. Grayscale: #6D6D6D. Windows color (decimal): -3585983 or 4278473. OLE color: 4278473.

HSL color Cylindrical-coordinate representation of color #C94841: hue angle of 3.09º 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 #C94841 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 72 65 -
CMYK 0 0.64 0.68 0.21
HSL 3.09º 0.56% 0.52% -
HSV(B) 3.09º 0.68% 0.79% -
XYZ 27.36 17.43 6.92 -
YUV 109.77 102.74 193.07 -
System Red Green Blue C M Y K H S L
Decimal 201 72 65 0 0.64 0.68 0.21 3.09 0.56 0.52
Hex C9 48 41 0 40 44 15 3 38 34
Octal 311 110 101 0 100 104 25 3 70 64
Binary 11001001 1001000 1000001 0 1000000 1000100 10101 11 111000 110100

Color Harmonies of #C94841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94841

Black with #C94841

Text Example


Text Example

White with #C94841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94841; }

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

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

background-color css

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

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

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

border-color css

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

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

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