Html Css Color HEX #DB4F4B Valencia

📋 copy color: '#DB4F4B'

red 219 ◦ green 79 ◦ blue 75

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

Shades of Valencia #DB4F4B

Tints of Valencia #DB4F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.11%

R = 58.71%
G = 21.18%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB4F4B (or 0xDB4F4B) is known color: Valencia. HEX triplet: DB, 4F and 4B. RGB value is (219,79,75). Sum of RGB (Red+Green+Blue) = 219+79+75=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F4B is #24B0B4. Grayscale: #787878. Windows color (decimal): -2404533 or 4935643. OLE color: 4935643.

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

Color convert

RGB 219 79 75 -
CMYK 0 0.64 0.66 0.14
HSL 1.67º 0.67% 0.58% -
HSV(B) 1.67º 0.66% 0.86% -
XYZ 33.28 21.16 8.99 -
YUV 120.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 219 79 75 0 0.64 0.66 0.14 1.67 0.67 0.58
Hex DB 4F 4B 0 40 42 E 2 43 3A
Octal 333 117 113 0 100 102 16 2 103 72
Binary 11011011 1001111 1001011 0 1000000 1000010 1110 10 1000011 111010

Color Harmonies of #DB4F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F4B

Black with #DB4F4B

Text Example


Text Example

White with #DB4F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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