Html Css Color HEX #D04D44 Valencia

📋 copy color: '#D04D44'

red 208 ◦ green 77 ◦ blue 68

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

Shades of Valencia #D04D44

Tints of Valencia #D04D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.81%

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

R = 58.92%
G = 21.81%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04D44 (or 0xD04D44) is known color: Valencia. HEX triplet: D0, 4D and 44. RGB value is (208,77,68). Sum of RGB (Red+Green+Blue) = 208+77+68=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D44 is #2FB2BB. Grayscale: #737373. Windows color (decimal): -3125948 or 4476368. OLE color: 4476368.

HSL color Cylindrical-coordinate representation of color #D04D44: hue angle of 3.86º 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 #D04D44 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 77 68 -
CMYK 0 0.63 0.67 0.18
HSL 3.86º 0.6% 0.54% -
HSV(B) 3.86º 0.67% 0.82% -
XYZ 29.71 19.14 7.6 -
YUV 115.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 208 77 68 0 0.63 0.67 0.18 3.86 0.6 0.54
Hex D0 4D 44 0 3F 43 12 4 3C 36
Octal 320 115 104 0 77 103 22 4 74 66
Binary 11010000 1001101 1000100 0 111111 1000011 10010 100 111100 110110

Color Harmonies of #D04D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D44

Black with #D04D44

Text Example


Text Example

White with #D04D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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