Html Css Color HEX #D84B49 Valencia

📋 copy color: '#D84B49'

red 216 ◦ green 75 ◦ blue 73

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

Shades of Valencia #D84B49

Tints of Valencia #D84B49

RGB

 RED value IS 216 (84.77% from 255) = 59.34%

 GREEN value IS 75 (29.69% from 255) = 20.6%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 59.34%
G = 20.6%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D84B49 (or 0xD84B49) is known color: Valencia. HEX triplet: D8, 4B and 49. RGB value is (216,75,73). Sum of RGB (Red+Green+Blue) = 216+75+73=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84B49 is #27B4B6. Grayscale: #757575. Windows color (decimal): -2602167 or 4803544. OLE color: 4803544.

HSL color Cylindrical-coordinate representation of color #D84B49: hue angle of 0.84º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D84B49 is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 75 73 -
CMYK 0 0.65 0.66 0.15
HSL 0.84º 0.65% 0.57% -
HSV(B) 0.84º 0.66% 0.85% -
XYZ 32.04 20.11 8.5 -
YUV 116.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 216 75 73 0 0.65 0.66 0.15 0.84 0.65 0.57
Hex D8 4B 49 0 41 42 F 1 41 39
Octal 330 113 111 0 101 102 17 1 101 71
Binary 11011000 1001011 1001001 0 1000001 1000010 1111 1 1000001 111001

Color Harmonies of #D84B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84B49

Black with #D84B49

Text Example


Text Example

White with #D84B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84B49; }

 p { color: rgb(216,75,73); }

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

background-color css

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

 a { background-color: rgb(216,75,73); }

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

border-color css

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

 span { border-color: rgb(216,75,73); }

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