Html Css Color HEX #DB482F Cinnabar

📋 copy color: '#DB482F'

red 219 ◦ green 72 ◦ blue 47

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

Shades of Cinnabar #DB482F

Tints of Cinnabar #DB482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.91%

R = 64.79%
G = 21.3%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB482F (or 0xDB482F) is known color: Cinnabar. HEX triplet: DB, 48 and 2F. RGB value is (219,72,47). Sum of RGB (Red+Green+Blue) = 219+72+47=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB482F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB482F is #24B7D0. Grayscale: #717171. Windows color (decimal): -2406353 or 3098843. OLE color: 3098843.

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

Color convert

RGB 219 72 47 -
CMYK 0 0.67 0.79 0.14
HSL 8.72º 0.7% 0.52% -
HSV(B) 8.72º 0.79% 0.86% -
XYZ 32.04 19.9 4.84 -
YUV 113.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 219 72 47 0 0.67 0.79 0.14 8.72 0.7 0.52
Hex DB 48 2F 0 43 4F E 9 46 34
Octal 333 110 57 0 103 117 16 11 106 64
Binary 11011011 1001000 101111 0 1000011 1001111 1110 1001 1000110 110100

Color Harmonies of #DB482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB482F

Black with #DB482F

Text Example


Text Example

White with #DB482F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB482F; }

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

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

background-color css

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

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

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

border-color css

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

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

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