Html Css Color HEX #DB4230 Cinnabar

📋 copy color: '#DB4230'

red 219 ◦ green 66 ◦ blue 48

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

Shades of Cinnabar #DB4230

Tints of Cinnabar #DB4230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 65.77%
G = 19.82%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4230 (or 0xDB4230) is known color: Cinnabar. HEX triplet: DB, 42 and 30. RGB value is (219,66,48). Sum of RGB (Red+Green+Blue) = 219+66+48=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4230 is #24BDCF. Grayscale: #6D6D6D. Windows color (decimal): -2407888 or 3162843. OLE color: 3162843.

HSL color Cylindrical-coordinate representation of color #DB4230: hue angle of 6.32º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB4230 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 48 -
CMYK 0 0.70 0.78 0.14
HSL 6.32º 0.7% 0.52% -
HSV(B) 6.32º 0.78% 0.86% -
XYZ 31.7 19.17 4.83 -
YUV 109.7 93.19 205.96 -
System Red Green Blue C M Y K H S L
Decimal 219 66 48 0 0.70 0.78 0.14 6.32 0.7 0.52
Hex DB 42 30 0 46 4E E 6 46 34
Octal 333 102 60 0 106 116 16 6 106 64
Binary 11011011 1000010 110000 0 1000110 1001110 1110 110 1000110 110100

Color Harmonies of #DB4230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4230

Black with #DB4230

Text Example


Text Example

White with #DB4230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4230; }

 p { color: rgb(219,66,48); }

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

background-color css

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

 a { background-color: rgb(219,66,48); }

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

border-color css

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

 span { border-color: rgb(219,66,48); }

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