Html Css Color HEX #DB4D3E Cinnabar

📋 copy color: '#DB4D3E'

red 219 ◦ green 77 ◦ blue 62

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

Shades of Cinnabar #DB4D3E

Tints of Cinnabar #DB4D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

 BLUE value IS 62 (24.61% from 255) = 17.32%

R = 61.17%
G = 21.51%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB4D3E (or 0xDB4D3E) is known color: Cinnabar. HEX triplet: DB, 4D and 3E. RGB value is (219,77,62). Sum of RGB (Red+Green+Blue) = 219+77+62=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D3E is #24B2C1. Grayscale: #757575. Windows color (decimal): -2405058 or 4083163. OLE color: 4083163.

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

Color convert

RGB 219 77 62 -
CMYK 0 0.65 0.72 0.14
HSL 5.73º 0.69% 0.55% -
HSV(B) 5.73º 0.72% 0.86% -
XYZ 32.74 20.72 6.83 -
YUV 117.75 96.54 200.22 -
System Red Green Blue C M Y K H S L
Decimal 219 77 62 0 0.65 0.72 0.14 5.73 0.69 0.55
Hex DB 4D 3E 0 41 48 E 6 45 37
Octal 333 115 76 0 101 110 16 6 105 67
Binary 11011011 1001101 111110 0 1000001 1001000 1110 110 1000101 110111

Color Harmonies of #DB4D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D3E

Black with #DB4D3E

Text Example


Text Example

White with #DB4D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D3E; }

 p { color: rgb(219,77,62); }

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

background-color css

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

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

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

border-color css

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

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

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