Html Css Color HEX #DB4B3B Cinnabar

📋 copy color: '#DB4B3B'

red 219 ◦ green 75 ◦ blue 59

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

Shades of Cinnabar #DB4B3B

Tints of Cinnabar #DB4B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.25%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 62.04%
G = 21.25%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB4B3B (or 0xDB4B3B) is known color: Cinnabar. HEX triplet: DB, 4B and 3B. RGB value is (219,75,59). Sum of RGB (Red+Green+Blue) = 219+75+59=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B3B is #24B4C4. Grayscale: #747474. Windows color (decimal): -2405573 or 3886043. OLE color: 3886043.

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

Color convert

RGB 219 75 59 -
CMYK 0 0.66 0.73 0.14
HSL 0.69% 0.55% -
HSV(B) 0.73% 0.86% -
XYZ 32.52 20.41 6.36 -
YUV 116.23 95.71 201.3 -
System Red Green Blue C M Y K H S L
Decimal 219 75 59 0 0.66 0.73 0.14 6 0.69 0.55
Hex DB 4B 3B 0 42 49 E 6 45 37
Octal 333 113 73 0 102 111 16 6 105 67
Binary 11011011 1001011 111011 0 1000010 1001001 1110 110 1000101 110111

Color Harmonies of #DB4B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B3B

Black with #DB4B3B

Text Example


Text Example

White with #DB4B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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