Html Css Color HEX #DB4C4B Valencia

📋 copy color: '#DB4C4B'

red 219 ◦ green 76 ◦ blue 75

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

Shades of Valencia #DB4C4B

Tints of Valencia #DB4C4B

RGB

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

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

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

R = 59.19%
G = 20.54%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB4C4B (or 0xDB4C4B) is known color: Valencia. HEX triplet: DB, 4C and 4B. RGB value is (219,76,75). Sum of RGB (Red+Green+Blue) = 219+76+75=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C4B is #24B3B4. Grayscale: #767676. Windows color (decimal): -2405301 or 4934875. OLE color: 4934875.

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

Color convert

RGB 219 76 75 -
CMYK 0 0.65 0.66 0.14
HSL 0.42º 0.67% 0.58% -
HSV(B) 0.42º 0.66% 0.86% -
XYZ 33.07 20.74 8.92 -
YUV 118.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 219 76 75 0 0.65 0.66 0.14 0.42 0.67 0.58
Hex DB 4C 4B 0 41 42 E 0 43 3A
Octal 333 114 113 0 101 102 16 0 103 72
Binary 11011011 1001100 1001011 0 1000001 1000010 1110 0 1000011 111010

Color Harmonies of #DB4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C4B

Black with #DB4C4B

Text Example


Text Example

White with #DB4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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