Html Css Color HEX #DB023F Crimson

📋 copy color: '#DB023F'

red 219 ◦ green 2 ◦ blue 63

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

Shades of Crimson #DB023F

Tints of Crimson #DB023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.18%

R = 77.11%
G = 0.7%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB023F (or 0xDB023F) is known color: Crimson. HEX triplet: DB, 02 and 3F. RGB value is (219,2,63). Sum of RGB (Red+Green+Blue) = 219+2+63=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB023F is #24FDC0. Grayscale: #494949. Windows color (decimal): -2424257 or 4129499. OLE color: 4129499.

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

Color convert

RGB 219 2 63 -
CMYK 0 0.99 0.71 0.14
HSL 343.13º 0.98% 0.43% -
HSV(B) 343.13º 0.99% 0.86% -
XYZ 30.13 15.46 6.1 -
YUV 73.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 219 2 63 0 0.99 0.71 0.14 343.13 0.98 0.43
Hex DB 2 3F 0 63 47 E 157 62 2B
Octal 333 2 77 0 143 107 16 527 142 53
Binary 11011011 10 111111 0 1100011 1000111 1110 101010111 1100010 101011

Color Harmonies of #DB023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB023F

Black with #DB023F

Text Example


Text Example

White with #DB023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB023F; }

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

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

background-color css

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

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

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

border-color css

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

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

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