Html Css Color HEX #DB4A48 Valencia

📋 copy color: '#DB4A48'

red 219 ◦ green 74 ◦ blue 72

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

Shades of Valencia #DB4A48

Tints of Valencia #DB4A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.73%

R = 60%
G = 20.27%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB4A48 (or 0xDB4A48) is known color: Valencia. HEX triplet: DB, 4A and 48. RGB value is (219,74,72). Sum of RGB (Red+Green+Blue) = 219+74+72=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A48 is #24B5B7. Grayscale: #757575. Windows color (decimal): -2405816 or 4737755. OLE color: 4737755.

HSL color Cylindrical-coordinate representation of color #DB4A48: hue angle of 0.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB4A48 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 72 -
CMYK 0 0.66 0.67 0.14
HSL 0.82º 0.67% 0.57% -
HSV(B) 0.82º 0.67% 0.86% -
XYZ 32.83 20.43 8.34 -
YUV 117.13 102.54 200.66 -
System Red Green Blue C M Y K H S L
Decimal 219 74 72 0 0.66 0.67 0.14 0.82 0.67 0.57
Hex DB 4A 48 0 42 43 E 1 43 39
Octal 333 112 110 0 102 103 16 1 103 71
Binary 11011011 1001010 1001000 0 1000010 1000011 1110 1 1000011 111001

Color Harmonies of #DB4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A48

Black with #DB4A48

Text Example


Text Example

White with #DB4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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