Html Css Color HEX #C94741 Sunset

📋 copy color: '#C94741'

red 201 ◦ green 71 ◦ blue 65

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

Shades of Sunset #C94741

Tints of Sunset #C94741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.07%

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

R = 59.64%
G = 21.07%
B = 19.29%

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

#C94741 (or 0xC94741) is known color: Sunset. HEX triplet: C9, 47 and 41. RGB value is (201,71,65). Sum of RGB (Red+Green+Blue) = 201+71+65=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C94741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94741 is #36B8BE. Grayscale: #6D6D6D. Windows color (decimal): -3586239 or 4278217. OLE color: 4278217.

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

Color convert

RGB 201 71 65 -
CMYK 0 0.65 0.68 0.21
HSL 2.65º 0.56% 0.52% -
HSV(B) 2.65º 0.68% 0.79% -
XYZ 27.29 17.31 6.9 -
YUV 109.19 103.07 193.49 -
System Red Green Blue C M Y K H S L
Decimal 201 71 65 0 0.65 0.68 0.21 2.65 0.56 0.52
Hex C9 47 41 0 41 44 15 3 38 34
Octal 311 107 101 0 101 104 25 3 70 64
Binary 11001001 1000111 1000001 0 1000001 1000100 10101 11 111000 110100

Color Harmonies of #C94741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94741

Black with #C94741

Text Example


Text Example

White with #C94741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94741; }

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

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

background-color css

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

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

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

border-color css

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

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

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