Html Css Color HEX #C94440 Sunset

📋 copy color: '#C94440'

red 201 ◦ green 68 ◦ blue 64

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

Shades of Sunset #C94440

Tints of Sunset #C94440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 60.36%
G = 20.42%
B = 19.22%

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

#C94440 (or 0xC94440) is known color: Sunset. HEX triplet: C9, 44 and 40. RGB value is (201,68,64). Sum of RGB (Red+Green+Blue) = 201+68+64=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C94440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94440 is #36BBBF. Grayscale: #6B6B6B. Windows color (decimal): -3587008 or 4211913. OLE color: 4211913.

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

Color convert

RGB 201 68 64 -
CMYK 0 0.66 0.68 0.21
HSL 1.75º 0.56% 0.52% -
HSV(B) 1.75º 0.68% 0.79% -
XYZ 27.08 16.92 6.69 -
YUV 107.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 201 68 64 0 0.66 0.68 0.21 1.75 0.56 0.52
Hex C9 44 40 0 42 44 15 2 38 34
Octal 311 104 100 0 102 104 25 2 70 64
Binary 11001001 1000100 1000000 0 1000010 1000100 10101 10 111000 110100

Color Harmonies of #C94440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94440

Black with #C94440

Text Example


Text Example

White with #C94440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94440; }

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

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

background-color css

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

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

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

border-color css

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

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

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