Html Css Color HEX #DB032C Crimson

📋 copy color: '#DB032C'

red 219 ◦ green 3 ◦ blue 44

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

Shades of Crimson #DB032C

Tints of Crimson #DB032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 82.33%
G = 1.13%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB032C (or 0xDB032C) is known color: Crimson. HEX triplet: DB, 03 and 2C. RGB value is (219,3,44). Sum of RGB (Red+Green+Blue) = 219+3+44=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB032C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB032C is #24FCD3. Grayscale: #484848. Windows color (decimal): -2424020 or 2884571. OLE color: 2884571.

HSL color Cylindrical-coordinate representation of color #DB032C: hue angle of 348.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB032C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 44 -
CMYK 0 0.99 0.80 0.14
HSL 348.61º 0.97% 0.44% -
HSV(B) 348.61º 0.99% 0.86% -
XYZ 29.7 15.31 3.77 -
YUV 72.26 112.06 232.67 -
System Red Green Blue C M Y K H S L
Decimal 219 3 44 0 0.99 0.80 0.14 348.61 0.97 0.44
Hex DB 3 2C 0 63 50 E 15D 61 2C
Octal 333 3 54 0 143 120 16 535 141 54
Binary 11011011 11 101100 0 1100011 1010000 1110 101011101 1100001 101100

Color Harmonies of #DB032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB032C

Black with #DB032C

Text Example


Text Example

White with #DB032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB032C; }

 p { color: rgb(219,3,44); }

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

background-color css

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

 a { background-color: rgb(219,3,44); }

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

border-color css

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

 span { border-color: rgb(219,3,44); }

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