Html Css Color HEX #DB4C42 Valencia

📋 copy color: '#DB4C42'

red 219 ◦ green 76 ◦ blue 66

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

Shades of Valencia #DB4C42

Tints of Valencia #DB4C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 60.66%
G = 21.05%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB4C42 (or 0xDB4C42) is known color: Valencia. HEX triplet: DB, 4C and 42. RGB value is (219,76,66). Sum of RGB (Red+Green+Blue) = 219+76+66=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C42 is #24B3BD. Grayscale: #757575. Windows color (decimal): -2405310 or 4345051. OLE color: 4345051.

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

Color convert

RGB 219 76 66 -
CMYK 0 0.65 0.70 0.14
HSL 3.92º 0.68% 0.56% -
HSV(B) 3.92º 0.7% 0.86% -
XYZ 32.78 20.62 7.41 -
YUV 117.62 98.88 200.31 -
System Red Green Blue C M Y K H S L
Decimal 219 76 66 0 0.65 0.70 0.14 3.92 0.68 0.56
Hex DB 4C 42 0 41 46 E 4 44 38
Octal 333 114 102 0 101 106 16 4 104 70
Binary 11011011 1001100 1000010 0 1000001 1000110 1110 100 1000100 111000

Color Harmonies of #DB4C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C42

Black with #DB4C42

Text Example


Text Example

White with #DB4C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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