Html Css Color HEX #DB462E Cinnabar

📋 copy color: '#DB462E'

red 219 ◦ green 70 ◦ blue 46

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

Shades of Cinnabar #DB462E

Tints of Cinnabar #DB462E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.73%

R = 65.37%
G = 20.9%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB462E (or 0xDB462E) is known color: Cinnabar. HEX triplet: DB, 46 and 2E. RGB value is (219,70,46). Sum of RGB (Red+Green+Blue) = 219+70+46=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462E is #24B9D1. Grayscale: #707070. Windows color (decimal): -2406866 or 3032795. OLE color: 3032795.

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

Color convert

RGB 219 70 46 -
CMYK 0 0.68 0.79 0.14
HSL 8.32º 0.71% 0.52% -
HSV(B) 8.32º 0.79% 0.86% -
XYZ 31.9 19.64 4.69 -
YUV 111.82 90.86 204.45 -
System Red Green Blue C M Y K H S L
Decimal 219 70 46 0 0.68 0.79 0.14 8.32 0.71 0.52
Hex DB 46 2E 0 44 4F E 8 47 34
Octal 333 106 56 0 104 117 16 10 107 64
Binary 11011011 1000110 101110 0 1000100 1001111 1110 1000 1000111 110100

Color Harmonies of #DB462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB462E

Black with #DB462E

Text Example


Text Example

White with #DB462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB462E; }

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

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

background-color css

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

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

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

border-color css

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

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

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