Html Css Color HEX #DB412B Cinnabar

📋 copy color: '#DB412B'

red 219 ◦ green 65 ◦ blue 43

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

Shades of Cinnabar #DB412B

Tints of Cinnabar #DB412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 66.97%
G = 19.88%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB412B (or 0xDB412B) is known color: Cinnabar. HEX triplet: DB, 41 and 2B. RGB value is (219,65,43). Sum of RGB (Red+Green+Blue) = 219+65+43=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB412B is #24BED4. Grayscale: #6C6C6C. Windows color (decimal): -2408149 or 2834907. OLE color: 2834907.

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

Color convert

RGB 219 65 43 -
CMYK 0 0.70 0.80 0.14
HSL 7.5º 0.71% 0.51% -
HSV(B) 7.5º 0.8% 0.86% -
XYZ 31.54 19.02 4.29 -
YUV 108.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 219 65 43 0 0.70 0.80 0.14 7.5 0.71 0.51
Hex DB 41 2B 0 46 50 E 8 47 33
Octal 333 101 53 0 106 120 16 10 107 63
Binary 11011011 1000001 101011 0 1000110 1010000 1110 1000 1000111 110011

Color Harmonies of #DB412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB412B

Black with #DB412B

Text Example


Text Example

White with #DB412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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