Html Css Color HEX #D04944 Valencia

📋 copy color: '#D04944'

red 208 ◦ green 73 ◦ blue 68

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

Shades of Valencia #D04944

Tints of Valencia #D04944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.92%

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

R = 59.6%
G = 20.92%
B = 19.48%

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

#D04944 (or 0xD04944) is known color: Valencia. HEX triplet: D0, 49 and 44. RGB value is (208,73,68). Sum of RGB (Red+Green+Blue) = 208+73+68=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D04944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04944 is #2FB6BB. Grayscale: #707070. Windows color (decimal): -3126972 or 4475344. OLE color: 4475344.

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

Color convert

RGB 208 73 68 -
CMYK 0 0.65 0.67 0.18
HSL 2.14º 0.6% 0.54% -
HSV(B) 2.14º 0.67% 0.82% -
XYZ 29.44 18.59 7.51 -
YUV 112.8 102.73 195.91 -
System Red Green Blue C M Y K H S L
Decimal 208 73 68 0 0.65 0.67 0.18 2.14 0.6 0.54
Hex D0 49 44 0 41 43 12 2 3C 36
Octal 320 111 104 0 101 103 22 2 74 66
Binary 11010000 1001001 1000100 0 1000001 1000011 10010 10 111100 110110

Color Harmonies of #D04944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04944

Black with #D04944

Text Example


Text Example

White with #D04944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04944; }

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

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

background-color css

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

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

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

border-color css

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

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

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