Html Css Color HEX #DB4B47 Valencia

📋 copy color: '#DB4B47'

red 219 ◦ green 75 ◦ blue 71

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

Shades of Valencia #DB4B47

Tints of Valencia #DB4B47

RGB

 RED value IS 219 (85.94% from 255) = 60%

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

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 60%
G = 20.55%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4B47 (or 0xDB4B47) is known color: Valencia. HEX triplet: DB, 4B and 47. RGB value is (219,75,71). Sum of RGB (Red+Green+Blue) = 219+75+71=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B47 is #24B4B8. Grayscale: #757575. Windows color (decimal): -2405561 or 4672475. OLE color: 4672475.

HSL color Cylindrical-coordinate representation of color #DB4B47: hue angle of 1.62º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4B47 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 75 71 -
CMYK 0 0.66 0.68 0.14
HSL 1.62º 0.67% 0.57% -
HSV(B) 1.62º 0.68% 0.86% -
XYZ 32.87 20.55 8.19 -
YUV 117.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 219 75 71 0 0.66 0.68 0.14 1.62 0.67 0.57
Hex DB 4B 47 0 42 44 E 2 43 39
Octal 333 113 107 0 102 104 16 2 103 71
Binary 11011011 1001011 1000111 0 1000010 1000100 1110 10 1000011 111001

Color Harmonies of #DB4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B47

Black with #DB4B47

Text Example


Text Example

White with #DB4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B47; }

 p { color: rgb(219,75,71); }

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

background-color css

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

 a { background-color: rgb(219,75,71); }

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

border-color css

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

 span { border-color: rgb(219,75,71); }

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