Html Css Color HEX #DB0230 Crimson

📋 copy color: '#DB0230'

red 219 ◦ green 2 ◦ blue 48

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

Shades of Crimson #DB0230

Tints of Crimson #DB0230

RGB

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

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

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

R = 81.41%
G = 0.74%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0230 (or 0xDB0230) is known color: Crimson. HEX triplet: DB, 02 and 30. RGB value is (219,2,48). Sum of RGB (Red+Green+Blue) = 219+2+48=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0230 is #24FDCF. Grayscale: #484848. Windows color (decimal): -2424272 or 3146459. OLE color: 3146459.

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

Color convert

RGB 219 2 48 -
CMYK 0 0.99 0.78 0.14
HSL 347.28º 0.98% 0.43% -
HSV(B) 347.28º 0.99% 0.86% -
XYZ 29.77 15.32 4.18 -
YUV 72.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 219 2 48 0 0.99 0.78 0.14 347.28 0.98 0.43
Hex DB 2 30 0 63 4E E 15B 62 2B
Octal 333 2 60 0 143 116 16 533 142 53
Binary 11011011 10 110000 0 1100011 1001110 1110 101011011 1100010 101011

Color Harmonies of #DB0230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0230

Black with #DB0230

Text Example


Text Example

White with #DB0230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0230; }

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

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

background-color css

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

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

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

border-color css

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

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

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