Html Css Color HEX #DB032B Crimson

📋 copy color: '#DB032B'

red 219 ◦ green 3 ◦ blue 43

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

Shades of Crimson #DB032B

Tints of Crimson #DB032B

RGB

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

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

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

R = 82.64%
G = 1.13%
B = 16.23%

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

#DB032B (or 0xDB032B) is known color: Crimson. HEX triplet: DB, 03 and 2B. RGB value is (219,3,43). Sum of RGB (Red+Green+Blue) = 219+3+43=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB032B is #24FCD4. Grayscale: #484848. Windows color (decimal): -2424021 or 2819035. OLE color: 2819035.

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

Color convert

RGB 219 3 43 -
CMYK 0 0.99 0.80 0.14
HSL 348.89º 0.97% 0.44% -
HSV(B) 348.89º 0.99% 0.86% -
XYZ 29.68 15.3 3.67 -
YUV 72.14 111.56 232.75 -
System Red Green Blue C M Y K H S L
Decimal 219 3 43 0 0.99 0.80 0.14 348.89 0.97 0.44
Hex DB 3 2B 0 63 50 E 15D 61 2C
Octal 333 3 53 0 143 120 16 535 141 54
Binary 11011011 11 101011 0 1100011 1010000 1110 101011101 1100001 101100

Color Harmonies of #DB032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB032B

Black with #DB032B

Text Example


Text Example

White with #DB032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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