Html Css Color HEX #D04541 Sunset

📋 copy color: '#D04541'

red 208 ◦ green 69 ◦ blue 65

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

Shades of Sunset #D04541

Tints of Sunset #D04541

RGB

 RED value IS 208 (81.64% from 255) = 60.82%

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 60.82%
G = 20.18%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04541 (or 0xD04541) is known color: Sunset. HEX triplet: D0, 45 and 41. RGB value is (208,69,65). Sum of RGB (Red+Green+Blue) = 208+69+65=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D04541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04541 is #2FBABE. Grayscale: #6E6E6E. Windows color (decimal): -3127999 or 4277712. OLE color: 4277712.

HSL color Cylindrical-coordinate representation of color #D04541: hue angle of 1.68º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04541 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 69 65 -
CMYK 0 0.67 0.69 0.18
HSL 1.68º 0.6% 0.54% -
HSV(B) 1.68º 0.69% 0.82% -
XYZ 29.09 18.05 6.95 -
YUV 110.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 208 69 65 0 0.67 0.69 0.18 1.68 0.6 0.54
Hex D0 45 41 0 43 45 12 2 3C 36
Octal 320 105 101 0 103 105 22 2 74 66
Binary 11010000 1000101 1000001 0 1000011 1000101 10010 10 111100 110110

Color Harmonies of #D04541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04541

Black with #D04541

Text Example


Text Example

White with #D04541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04541; }

 p { color: rgb(208,69,65); }

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

background-color css

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

 a { background-color: rgb(208,69,65); }

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

border-color css

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

 span { border-color: rgb(208,69,65); }

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