Html Css Color HEX #DB4A44 Valencia

📋 copy color: '#DB4A44'

red 219 ◦ green 74 ◦ blue 68

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

Shades of Valencia #DB4A44

Tints of Valencia #DB4A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 60.66%
G = 20.5%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4A44 (or 0xDB4A44) is known color: Valencia. HEX triplet: DB, 4A and 44. RGB value is (219,74,68). Sum of RGB (Red+Green+Blue) = 219+74+68=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A44 is #24B5BB. Grayscale: #747474. Windows color (decimal): -2405820 or 4475611. OLE color: 4475611.

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

Color convert

RGB 219 74 68 -
CMYK 0 0.66 0.69 0.14
HSL 2.38º 0.68% 0.56% -
HSV(B) 2.38º 0.69% 0.86% -
XYZ 32.71 20.37 7.68 -
YUV 116.67 100.54 200.99 -
System Red Green Blue C M Y K H S L
Decimal 219 74 68 0 0.66 0.69 0.14 2.38 0.68 0.56
Hex DB 4A 44 0 42 45 E 2 44 38
Octal 333 112 104 0 102 105 16 2 104 70
Binary 11011011 1001010 1000100 0 1000010 1000101 1110 10 1000100 111000

Color Harmonies of #DB4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A44

Black with #DB4A44

Text Example


Text Example

White with #DB4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A44; }

 p { color: rgb(219,74,68); }

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

background-color css

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

 a { background-color: rgb(219,74,68); }

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

border-color css

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

 span { border-color: rgb(219,74,68); }

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