Html Css Color HEX #D04D43 Valencia

📋 copy color: '#D04D43'

red 208 ◦ green 77 ◦ blue 67

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

Shades of Valencia #D04D43

Tints of Valencia #D04D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.03%

R = 59.09%
G = 21.88%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D04D43 (or 0xD04D43) is known color: Valencia. HEX triplet: D0, 4D and 43. RGB value is (208,77,67). Sum of RGB (Red+Green+Blue) = 208+77+67=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D43 is #2FB2BC. Grayscale: #737373. Windows color (decimal): -3125949 or 4410832. OLE color: 4410832.

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

Color convert

RGB 208 77 67 -
CMYK 0 0.63 0.68 0.18
HSL 4.26º 0.6% 0.54% -
HSV(B) 4.26º 0.68% 0.82% -
XYZ 29.68 19.12 7.44 -
YUV 115.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 208 77 67 0 0.63 0.68 0.18 4.26 0.6 0.54
Hex D0 4D 43 0 3F 44 12 4 3C 36
Octal 320 115 103 0 77 104 22 4 74 66
Binary 11010000 1001101 1000011 0 111111 1000100 10010 100 111100 110110

Color Harmonies of #D04D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D43

Black with #D04D43

Text Example


Text Example

White with #D04D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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