Html Css Color HEX #D04E44 Valencia

📋 copy color: '#D04E44'

red 208 ◦ green 78 ◦ blue 68

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

Shades of Valencia #D04E44

Tints of Valencia #D04E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.03%

 BLUE value IS 68 (26.95% from 255) = 19.21%

R = 58.76%
G = 22.03%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04E44 (or 0xD04E44) is known color: Valencia. HEX triplet: D0, 4E and 44. RGB value is (208,78,68). Sum of RGB (Red+Green+Blue) = 208+78+68=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D04E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04E44 is #2FB1BB. Grayscale: #737373. Windows color (decimal): -3125692 or 4476624. OLE color: 4476624.

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

Color convert

RGB 208 78 68 -
CMYK 0 0.62 0.67 0.18
HSL 4.29º 0.6% 0.54% -
HSV(B) 4.29º 0.67% 0.82% -
XYZ 29.78 19.28 7.62 -
YUV 115.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 208 78 68 0 0.62 0.67 0.18 4.29 0.6 0.54
Hex D0 4E 44 0 3E 43 12 4 3C 36
Octal 320 116 104 0 76 103 22 4 74 66
Binary 11010000 1001110 1000100 0 111110 1000011 10010 100 111100 110110

Color Harmonies of #D04E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04E44

Black with #D04E44

Text Example


Text Example

White with #D04E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04E44; }

 p { color: rgb(208,78,68); }

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

background-color css

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

 a { background-color: rgb(208,78,68); }

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

border-color css

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

 span { border-color: rgb(208,78,68); }

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