Html Css Color HEX #DB3C30 Cinnabar

📋 copy color: '#DB3C30'

red 219 ◦ green 60 ◦ blue 48

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

Shades of Cinnabar #DB3C30

Tints of Cinnabar #DB3C30

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.35%

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

R = 66.97%
G = 18.35%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3C30 (or 0xDB3C30) is known color: Cinnabar. HEX triplet: DB, 3C and 30. RGB value is (219,60,48). Sum of RGB (Red+Green+Blue) = 219+60+48=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C30 is #24C3CF. Grayscale: #6A6A6A. Windows color (decimal): -2409424 or 3161307. OLE color: 3161307.

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

Color convert

RGB 219 60 48 -
CMYK 0 0.73 0.78 0.14
HSL 4.21º 0.7% 0.52% -
HSV(B) 4.21º 0.78% 0.86% -
XYZ 31.36 18.51 4.72 -
YUV 106.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 219 60 48 0 0.73 0.78 0.14 4.21 0.7 0.52
Hex DB 3C 30 0 49 4E E 4 46 34
Octal 333 74 60 0 111 116 16 4 106 64
Binary 11011011 111100 110000 0 1001001 1001110 1110 100 1000110 110100

Color Harmonies of #DB3C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C30

Black with #DB3C30

Text Example


Text Example

White with #DB3C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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