Html Css Color HEX #D04844 Valencia

📋 copy color: '#D04844'

red 208 ◦ green 72 ◦ blue 68

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

Shades of Valencia #D04844

Tints of Valencia #D04844

RGB

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

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

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

R = 59.77%
G = 20.69%
B = 19.54%

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

#D04844 (or 0xD04844) is known color: Valencia. HEX triplet: D0, 48 and 44. RGB value is (208,72,68). Sum of RGB (Red+Green+Blue) = 208+72+68=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04844 is #2FB7BB. Grayscale: #707070. Windows color (decimal): -3127228 or 4475088. OLE color: 4475088.

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

Color convert

RGB 208 72 68 -
CMYK 0 0.65 0.67 0.18
HSL 1.71º 0.6% 0.54% -
HSV(B) 1.71º 0.67% 0.82% -
XYZ 29.37 18.46 7.48 -
YUV 112.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 208 72 68 0 0.65 0.67 0.18 1.71 0.6 0.54
Hex D0 48 44 0 41 43 12 2 3C 36
Octal 320 110 104 0 101 103 22 2 74 66
Binary 11010000 1001000 1000100 0 1000001 1000011 10010 10 111100 110110

Color Harmonies of #D04844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04844

Black with #D04844

Text Example


Text Example

White with #D04844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04844; }

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

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

background-color css

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

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

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

border-color css

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

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

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