Html Css Color HEX #DB462C Cinnabar

📋 copy color: '#DB462C'

red 219 ◦ green 70 ◦ blue 44

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

Shades of Cinnabar #DB462C

Tints of Cinnabar #DB462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 44 (17.58% from 255) = 13.21%

R = 65.77%
G = 21.02%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB462C (or 0xDB462C) is known color: Cinnabar. HEX triplet: DB, 46 and 2C. RGB value is (219,70,44). Sum of RGB (Red+Green+Blue) = 219+70+44=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 44 (17.58% from 255 or 13.21% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462C is #24B9D3. Grayscale: #6F6F6F. Windows color (decimal): -2406868 or 2901723. OLE color: 2901723.

HSL color Cylindrical-coordinate representation of color #DB462C: hue angle of 8.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB462C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 44 -
CMYK 0 0.68 0.80 0.14
HSL 8.91º 0.71% 0.52% -
HSV(B) 8.91º 0.8% 0.86% -
XYZ 31.86 19.62 4.49 -
YUV 111.59 89.86 204.61 -
System Red Green Blue C M Y K H S L
Decimal 219 70 44 0 0.68 0.80 0.14 8.91 0.71 0.52
Hex DB 46 2C 0 44 50 E 9 47 34
Octal 333 106 54 0 104 120 16 11 107 64
Binary 11011011 1000110 101100 0 1000100 1010000 1110 1001 1000111 110100

Color Harmonies of #DB462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB462C

Black with #DB462C

Text Example


Text Example

White with #DB462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB462C; }

 p { color: rgb(219,70,44); }

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

background-color css

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

 a { background-color: rgb(219,70,44); }

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

border-color css

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

 span { border-color: rgb(219,70,44); }

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