Html Css Color HEX #DB4C43 Valencia

📋 copy color: '#DB4C43'

red 219 ◦ green 76 ◦ blue 67

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

Shades of Valencia #DB4C43

Tints of Valencia #DB4C43

RGB

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

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

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

R = 60.5%
G = 20.99%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4C43 (or 0xDB4C43) is known color: Valencia. HEX triplet: DB, 4C and 43. RGB value is (219,76,67). Sum of RGB (Red+Green+Blue) = 219+76+67=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 67 (26.56% from 255 or 18.51% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C43 is #24B3BC. Grayscale: #757575. Windows color (decimal): -2405309 or 4410587. OLE color: 4410587.

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

Color convert

RGB 219 76 67 -
CMYK 0 0.65 0.69 0.14
HSL 3.55º 0.68% 0.56% -
HSV(B) 3.55º 0.69% 0.86% -
XYZ 32.81 20.63 7.56 -
YUV 117.73 99.38 200.23 -
System Red Green Blue C M Y K H S L
Decimal 219 76 67 0 0.65 0.69 0.14 3.55 0.68 0.56
Hex DB 4C 43 0 41 45 E 4 44 38
Octal 333 114 103 0 101 105 16 4 104 70
Binary 11011011 1001100 1000011 0 1000001 1000101 1110 100 1000100 111000

Color Harmonies of #DB4C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C43

Black with #DB4C43

Text Example


Text Example

White with #DB4C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C43; }

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

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

background-color css

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

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

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

border-color css

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

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

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