Html Css Color HEX #C94641 Sunset

📋 copy color: '#C94641'

red 201 ◦ green 70 ◦ blue 65

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

Shades of Sunset #C94641

Tints of Sunset #C94641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.83%

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

R = 59.82%
G = 20.83%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94641 (or 0xC94641) is known color: Sunset. HEX triplet: C9, 46 and 41. RGB value is (201,70,65). Sum of RGB (Red+Green+Blue) = 201+70+65=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94641 is #36B9BE. Grayscale: #6C6C6C. Windows color (decimal): -3586495 or 4277961. OLE color: 4277961.

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

Color convert

RGB 201 70 65 -
CMYK 0 0.65 0.68 0.21
HSL 2.21º 0.56% 0.52% -
HSV(B) 2.21º 0.68% 0.79% -
XYZ 27.23 17.18 6.88 -
YUV 108.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 201 70 65 0 0.65 0.68 0.21 2.21 0.56 0.52
Hex C9 46 41 0 41 44 15 2 38 34
Octal 311 106 101 0 101 104 25 2 70 64
Binary 11001001 1000110 1000001 0 1000001 1000100 10101 10 111000 110100

Color Harmonies of #C94641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94641

Black with #C94641

Text Example


Text Example

White with #C94641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94641; }

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

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

background-color css

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

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

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

border-color css

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

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

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