Html Css Color HEX #C94C41 Sunset

📋 copy color: '#C94C41'

red 201 ◦ green 76 ◦ blue 65

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

Shades of Sunset #C94C41

Tints of Sunset #C94C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.22%

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

R = 58.77%
G = 22.22%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C94C41 (or 0xC94C41) is known color: Sunset. HEX triplet: C9, 4C and 41. RGB value is (201,76,65). Sum of RGB (Red+Green+Blue) = 201+76+65=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C41 is #36B3BE. Grayscale: #707070. Windows color (decimal): -3584959 or 4279497. OLE color: 4279497.

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

Color convert

RGB 201 76 65 -
CMYK 0 0.62 0.68 0.21
HSL 4.85º 0.56% 0.52% -
HSV(B) 4.85º 0.68% 0.79% -
XYZ 27.63 17.97 7.01 -
YUV 112.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 201 76 65 0 0.62 0.68 0.21 4.85 0.56 0.52
Hex C9 4C 41 0 3E 44 15 5 38 34
Octal 311 114 101 0 76 104 25 5 70 64
Binary 11001001 1001100 1000001 0 111110 1000100 10101 101 111000 110100

Color Harmonies of #C94C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C41

Black with #C94C41

Text Example


Text Example

White with #C94C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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