Html Css Color HEX #DB022B Crimson

📋 copy color: '#DB022B'

red 219 ◦ green 2 ◦ blue 43

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

Shades of Crimson #DB022B

Tints of Crimson #DB022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 82.95%
G = 0.76%
B = 16.29%

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

#DB022B (or 0xDB022B) is known color: Crimson. HEX triplet: DB, 02 and 2B. RGB value is (219,2,43). Sum of RGB (Red+Green+Blue) = 219+2+43=264 (34% of max value = 765). Red value is 219 (85.94% from 255 or 82.95% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 219 - color contains mainly: red. Hex color #DB022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB022B is #24FDD4. Grayscale: #474747. Windows color (decimal): -2424277 or 2818779. OLE color: 2818779.

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

Color convert

RGB 219 2 43 -
CMYK 0 0.99 0.80 0.14
HSL 348.66º 0.98% 0.43% -
HSV(B) 348.66º 0.99% 0.86% -
XYZ 29.67 15.28 3.67 -
YUV 71.56 111.89 233.17 -
System Red Green Blue C M Y K H S L
Decimal 219 2 43 0 0.99 0.80 0.14 348.66 0.98 0.43
Hex DB 2 2B 0 63 50 E 15D 62 2B
Octal 333 2 53 0 143 120 16 535 142 53
Binary 11011011 10 101011 0 1100011 1010000 1110 101011101 1100010 101011

Color Harmonies of #DB022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB022B

Black with #DB022B

Text Example


Text Example

White with #DB022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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