Html Css Color HEX #D04740 Sunset

📋 copy color: '#D04740'

red 208 ◦ green 71 ◦ blue 64

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

Shades of Sunset #D04740

Tints of Sunset #D04740

RGB

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

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

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

R = 60.64%
G = 20.7%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D04740 (or 0xD04740) is known color: Sunset. HEX triplet: D0, 47 and 40. RGB value is (208,71,64). Sum of RGB (Red+Green+Blue) = 208+71+64=343 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.64% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 208 - color contains mainly: red. Hex color #D04740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04740 is #2FB8BF. Grayscale: #6F6F6F. Windows color (decimal): -3127488 or 4212688. OLE color: 4212688.

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

Color convert

RGB 208 71 64 -
CMYK 0 0.66 0.69 0.18
HSL 2.92º 0.61% 0.53% -
HSV(B) 2.92º 0.69% 0.82% -
XYZ 29.19 18.29 6.84 -
YUV 111.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 208 71 64 0 0.66 0.69 0.18 2.92 0.61 0.53
Hex D0 47 40 0 42 45 12 3 3D 35
Octal 320 107 100 0 102 105 22 3 75 65
Binary 11010000 1000111 1000000 0 1000010 1000101 10010 11 111101 110101

Color Harmonies of #D04740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04740

Black with #D04740

Text Example


Text Example

White with #D04740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04740; }

 p { color: rgb(208,71,64); }

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

background-color css

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

 a { background-color: rgb(208,71,64); }

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

border-color css

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

 span { border-color: rgb(208,71,64); }

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