Html Css Color HEX #DB462A Cinnabar

📋 copy color: '#DB462A'

red 219 ◦ green 70 ◦ blue 42

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

Shades of Cinnabar #DB462A

Tints of Cinnabar #DB462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 66.16%
G = 21.15%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB462A (or 0xDB462A) is known color: Cinnabar. HEX triplet: DB, 46 and 2A. RGB value is (219,70,42). Sum of RGB (Red+Green+Blue) = 219+70+42=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462A is #24B9D5. Grayscale: #6F6F6F. Windows color (decimal): -2406870 or 2770651. OLE color: 2770651.

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

Color convert

RGB 219 70 42 -
CMYK 0 0.68 0.81 0.14
HSL 9.49º 0.71% 0.51% -
HSV(B) 9.49º 0.81% 0.86% -
XYZ 31.82 19.61 4.3 -
YUV 111.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 219 70 42 0 0.68 0.81 0.14 9.49 0.71 0.51
Hex DB 46 2A 0 44 51 E 9 47 33
Octal 333 106 52 0 104 121 16 11 107 63
Binary 11011011 1000110 101010 0 1000100 1010001 1110 1001 1000111 110011

Color Harmonies of #DB462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB462A

Black with #DB462A

Text Example


Text Example

White with #DB462A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB462A; }

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

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

background-color css

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

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

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

border-color css

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

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

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