Html Css Color HEX #D04845 Valencia

📋 copy color: '#D04845'

red 208 ◦ green 72 ◦ blue 69

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

Shades of Valencia #D04845

Tints of Valencia #D04845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 59.6%
G = 20.63%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D04845 (or 0xD04845) is known color: Valencia. HEX triplet: D0, 48 and 45. RGB value is (208,72,69). Sum of RGB (Red+Green+Blue) = 208+72+69=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04845 is #2FB7BA. Grayscale: #707070. Windows color (decimal): -3127227 or 4540624. OLE color: 4540624.

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

Color convert

RGB 208 72 69 -
CMYK 0 0.65 0.67 0.18
HSL 1.29º 0.6% 0.54% -
HSV(B) 1.29º 0.67% 0.82% -
XYZ 29.4 18.47 7.65 -
YUV 112.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 208 72 69 0 0.65 0.67 0.18 1.29 0.6 0.54
Hex D0 48 45 0 41 43 12 1 3C 36
Octal 320 110 105 0 101 103 22 1 74 66
Binary 11010000 1001000 1000101 0 1000001 1000011 10010 1 111100 110110

Color Harmonies of #D04845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04845

Black with #D04845

Text Example


Text Example

White with #D04845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04845; }

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

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

background-color css

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

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

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

border-color css

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

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

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