Html Css Color HEX #DB4F4F Valencia

📋 copy color: '#DB4F4F'

red 219 ◦ green 79 ◦ blue 79

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

Shades of Valencia #DB4F4F

Tints of Valencia #DB4F4F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.95%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 58.09%
G = 20.95%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB4F4F (or 0xDB4F4F) is known color: Valencia. HEX triplet: DB, 4F and 4F. RGB value is (219,79,79). Sum of RGB (Red+Green+Blue) = 219+79+79=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4F4F is #24B0B0. Grayscale: #797979. Windows color (decimal): -2404529 or 5197787. OLE color: 5197787.

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

Color convert

RGB 219 79 79 -
CMYK 0 0.64 0.64 0.14
HSL 0.66% 0.58% -
HSV(B) 0.64% 0.86% -
XYZ 33.42 21.22 9.73 -
YUV 120.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 219 79 79 0 0.64 0.64 0.14 0 0.66 0.58
Hex DB 4F 4F 0 40 40 E 0 42 3A
Octal 333 117 117 0 100 100 16 0 102 72
Binary 11011011 1001111 1001111 0 1000000 1000000 1110 0 1000010 111010

Color Harmonies of #DB4F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F4F

Black with #DB4F4F

Text Example


Text Example

White with #DB4F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F4F; }

 p { color: rgb(219,79,79); }

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

background-color css

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

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

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

border-color css

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

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

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