Html Css Color HEX #C94541 Sunset

📋 copy color: '#C94541'

red 201 ◦ green 69 ◦ blue 65

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

Shades of Sunset #C94541

Tints of Sunset #C94541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 60%
G = 20.6%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94541 (or 0xC94541) is known color: Sunset. HEX triplet: C9, 45 and 41. RGB value is (201,69,65). Sum of RGB (Red+Green+Blue) = 201+69+65=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C94541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94541 is #36BABE. Grayscale: #6C6C6C. Windows color (decimal): -3586751 or 4277705. OLE color: 4277705.

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

Color convert

RGB 201 69 65 -
CMYK 0 0.66 0.68 0.21
HSL 1.76º 0.56% 0.52% -
HSV(B) 1.76º 0.68% 0.79% -
XYZ 27.17 17.06 6.86 -
YUV 108.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 201 69 65 0 0.66 0.68 0.21 1.76 0.56 0.52
Hex C9 45 41 0 42 44 15 2 38 34
Octal 311 105 101 0 102 104 25 2 70 64
Binary 11001001 1000101 1000001 0 1000010 1000100 10101 10 111000 110100

Color Harmonies of #C94541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94541

Black with #C94541

Text Example


Text Example

White with #C94541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94541; }

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

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

background-color css

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

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

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

border-color css

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

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

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