Html Css Color HEX #DB4B30 Cinnabar

📋 copy color: '#DB4B30'

red 219 ◦ green 75 ◦ blue 48

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

Shades of Cinnabar #DB4B30

Tints of Cinnabar #DB4B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.04%

R = 64.04%
G = 21.93%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4B30 (or 0xDB4B30) is known color: Cinnabar. HEX triplet: DB, 4B and 30. RGB value is (219,75,48). Sum of RGB (Red+Green+Blue) = 219+75+48=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B30 is #24B4CF. Grayscale: #737373. Windows color (decimal): -2405584 or 3165147. OLE color: 3165147.

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

Color convert

RGB 219 75 48 -
CMYK 0 0.66 0.78 0.14
HSL 9.47º 0.7% 0.52% -
HSV(B) 9.47º 0.78% 0.86% -
XYZ 32.26 20.31 5.02 -
YUV 114.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 219 75 48 0 0.66 0.78 0.14 9.47 0.7 0.52
Hex DB 4B 30 0 42 4E E 9 46 34
Octal 333 113 60 0 102 116 16 11 106 64
Binary 11011011 1001011 110000 0 1000010 1001110 1110 1001 1000110 110100

Color Harmonies of #DB4B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B30

Black with #DB4B30

Text Example


Text Example

White with #DB4B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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