Html Css Color HEX #DB4C46 Valencia

📋 copy color: '#DB4C46'

red 219 ◦ green 76 ◦ blue 70

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

Shades of Valencia #DB4C46

Tints of Valencia #DB4C46

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.82%

 BLUE value IS 70 (27.73% from 255) = 19.18%

R = 60%
G = 20.82%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB4C46 (or 0xDB4C46) is known color: Valencia. HEX triplet: DB, 4C and 46. RGB value is (219,76,70). Sum of RGB (Red+Green+Blue) = 219+76+70=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C46 is #24B3B9. Grayscale: #767676. Windows color (decimal): -2405306 or 4607195. OLE color: 4607195.

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

Color convert

RGB 219 76 70 -
CMYK 0 0.65 0.68 0.14
HSL 2.42º 0.67% 0.57% -
HSV(B) 2.42º 0.68% 0.86% -
XYZ 32.9 20.67 8.05 -
YUV 118.07 100.88 199.99 -
System Red Green Blue C M Y K H S L
Decimal 219 76 70 0 0.65 0.68 0.14 2.42 0.67 0.57
Hex DB 4C 46 0 41 44 E 2 43 39
Octal 333 114 106 0 101 104 16 2 103 71
Binary 11011011 1001100 1000110 0 1000001 1000100 1110 10 1000011 111001

Color Harmonies of #DB4C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C46

Black with #DB4C46

Text Example


Text Example

White with #DB4C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C46; }

 p { color: rgb(219,76,70); }

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

background-color css

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

 a { background-color: rgb(219,76,70); }

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

border-color css

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

 span { border-color: rgb(219,76,70); }

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