Html Css Color HEX #DB5143 Valencia

📋 copy color: '#DB5143'

red 219 ◦ green 81 ◦ blue 67

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

Shades of Valencia #DB5143

Tints of Valencia #DB5143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 59.67%
G = 22.07%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB5143 (or 0xDB5143) is known color: Valencia. HEX triplet: DB, 51 and 43. RGB value is (219,81,67). Sum of RGB (Red+Green+Blue) = 219+81+67=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5143 is #24AEBC. Grayscale: #787878. Windows color (decimal): -2404029 or 4411867. OLE color: 4411867.

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

Color convert

RGB 219 81 67 -
CMYK 0 0.63 0.69 0.14
HSL 5.53º 0.68% 0.56% -
HSV(B) 5.53º 0.69% 0.86% -
XYZ 33.17 21.35 7.68 -
YUV 120.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 219 81 67 0 0.63 0.69 0.14 5.53 0.68 0.56
Hex DB 51 43 0 3F 45 E 6 44 38
Octal 333 121 103 0 77 105 16 6 104 70
Binary 11011011 1010001 1000011 0 111111 1000101 1110 110 1000100 111000

Color Harmonies of #DB5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5143

Black with #DB5143

Text Example


Text Example

White with #DB5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5143; }

 p { color: rgb(219,81,67); }

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

background-color css

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

 a { background-color: rgb(219,81,67); }

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

border-color css

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

 span { border-color: rgb(219,81,67); }

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