Html Css Color HEX #C94640 Sunset

📋 copy color: '#C94640'

red 201 ◦ green 70 ◦ blue 64

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

Shades of Sunset #C94640

Tints of Sunset #C94640

RGB

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

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

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

R = 60%
G = 20.9%
B = 19.1%

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

#C94640 (or 0xC94640) is known color: Sunset. HEX triplet: C9, 46 and 40. RGB value is (201,70,64). Sum of RGB (Red+Green+Blue) = 201+70+64=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C94640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94640 is #36B9BF. Grayscale: #6C6C6C. Windows color (decimal): -3586496 or 4212425. OLE color: 4212425.

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

Color convert

RGB 201 70 64 -
CMYK 0 0.65 0.68 0.21
HSL 2.63º 0.56% 0.52% -
HSV(B) 2.63º 0.68% 0.79% -
XYZ 27.2 17.17 6.73 -
YUV 108.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 201 70 64 0 0.65 0.68 0.21 2.63 0.56 0.52
Hex C9 46 40 0 41 44 15 3 38 34
Octal 311 106 100 0 101 104 25 3 70 64
Binary 11001001 1000110 1000000 0 1000001 1000100 10101 11 111000 110100

Color Harmonies of #C94640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94640

Black with #C94640

Text Example


Text Example

White with #C94640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94640; }

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

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

background-color css

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

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

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

border-color css

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

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

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