Html Css Color HEX #C94441 Sunset

📋 copy color: '#C94441'

red 201 ◦ green 68 ◦ blue 65

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

Shades of Sunset #C94441

Tints of Sunset #C94441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.36%

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

R = 60.18%
G = 20.36%
B = 19.46%

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

#C94441 (or 0xC94441) is known color: Sunset. HEX triplet: C9, 44 and 41. RGB value is (201,68,65). Sum of RGB (Red+Green+Blue) = 201+68+65=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 68 (26.95% from 255 or 20.36% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C94441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94441 is #36BBBE. Grayscale: #6B6B6B. Windows color (decimal): -3587007 or 4277449. OLE color: 4277449.

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

Color convert

RGB 201 68 65 -
CMYK 0 0.66 0.68 0.21
HSL 1.32º 0.56% 0.52% -
HSV(B) 1.32º 0.68% 0.79% -
XYZ 27.11 16.93 6.84 -
YUV 107.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 201 68 65 0 0.66 0.68 0.21 1.32 0.56 0.52
Hex C9 44 41 0 42 44 15 1 38 34
Octal 311 104 101 0 102 104 25 1 70 64
Binary 11001001 1000100 1000001 0 1000010 1000100 10101 1 111000 110100

Color Harmonies of #C94441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94441

Black with #C94441

Text Example


Text Example

White with #C94441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94441; }

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

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

background-color css

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

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

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

border-color css

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

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

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