Html Css Color HEX #DB452E Cinnabar

📋 copy color: '#DB452E'

red 219 ◦ green 69 ◦ blue 46

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

Shades of Cinnabar #DB452E

Tints of Cinnabar #DB452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

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

R = 65.57%
G = 20.66%
B = 13.77%

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

#DB452E (or 0xDB452E) is known color: Cinnabar. HEX triplet: DB, 45 and 2E. RGB value is (219,69,46). Sum of RGB (Red+Green+Blue) = 219+69+46=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB452E is #24BAD1. Grayscale: #6F6F6F. Windows color (decimal): -2407122 or 3032539. OLE color: 3032539.

HSL color Cylindrical-coordinate representation of color #DB452E: hue angle of 7.98º 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 #DB452E is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 46 -
CMYK 0 0.68 0.79 0.14
HSL 7.98º 0.71% 0.52% -
HSV(B) 7.98º 0.79% 0.86% -
XYZ 31.83 19.51 4.67 -
YUV 111.23 91.2 204.87 -
System Red Green Blue C M Y K H S L
Decimal 219 69 46 0 0.68 0.79 0.14 7.98 0.71 0.52
Hex DB 45 2E 0 44 4F E 8 47 34
Octal 333 105 56 0 104 117 16 10 107 64
Binary 11011011 1000101 101110 0 1000100 1001111 1110 1000 1000111 110100

Color Harmonies of #DB452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB452E

Black with #DB452E

Text Example


Text Example

White with #DB452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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