Html Css Color HEX #DB482B Cinnabar

📋 copy color: '#DB482B'

red 219 ◦ green 72 ◦ blue 43

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

Shades of Cinnabar #DB482B

Tints of Cinnabar #DB482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 43 (17.19% from 255) = 12.87%

R = 65.57%
G = 21.56%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB482B (or 0xDB482B) is known color: Cinnabar. HEX triplet: DB, 48 and 2B. RGB value is (219,72,43). Sum of RGB (Red+Green+Blue) = 219+72+43=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB482B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB482B is #24B7D4. Grayscale: #707070. Windows color (decimal): -2406357 or 2836699. OLE color: 2836699.

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

Color convert

RGB 219 72 43 -
CMYK 0 0.67 0.80 0.14
HSL 9.89º 0.71% 0.51% -
HSV(B) 9.89º 0.8% 0.86% -
XYZ 31.97 19.87 4.44 -
YUV 112.65 88.7 203.86 -
System Red Green Blue C M Y K H S L
Decimal 219 72 43 0 0.67 0.80 0.14 9.89 0.71 0.51
Hex DB 48 2B 0 43 50 E A 47 33
Octal 333 110 53 0 103 120 16 12 107 63
Binary 11011011 1001000 101011 0 1000011 1010000 1110 1010 1000111 110011

Color Harmonies of #DB482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB482B

Black with #DB482B

Text Example


Text Example

White with #DB482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB482B; }

 p { color: rgb(219,72,43); }

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

background-color css

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

 a { background-color: rgb(219,72,43); }

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

border-color css

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

 span { border-color: rgb(219,72,43); }

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