Html Css Color HEX #DB0228 Crimson

📋 copy color: '#DB0228'

red 219 ◦ green 2 ◦ blue 40

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

Shades of Crimson #DB0228

Tints of Crimson #DB0228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.33%

R = 83.91%
G = 0.77%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0228 (or 0xDB0228) is known color: Crimson. HEX triplet: DB, 02 and 28. RGB value is (219,2,40). Sum of RGB (Red+Green+Blue) = 219+2+40=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0228 is #24FDD7. Grayscale: #474747. Windows color (decimal): -2424280 or 2622171. OLE color: 2622171.

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

Color convert

RGB 219 2 40 -
CMYK 0 0.99 0.82 0.14
HSL 349.49º 0.98% 0.43% -
HSV(B) 349.49º 0.99% 0.86% -
XYZ 29.62 15.26 3.39 -
YUV 71.22 110.39 233.41 -
System Red Green Blue C M Y K H S L
Decimal 219 2 40 0 0.99 0.82 0.14 349.49 0.98 0.43
Hex DB 2 28 0 63 52 E 15D 62 2B
Octal 333 2 50 0 143 122 16 535 142 53
Binary 11011011 10 101000 0 1100011 1010010 1110 101011101 1100010 101011

Color Harmonies of #DB0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0228

Black with #DB0228

Text Example


Text Example

White with #DB0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0228; }

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

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

background-color css

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

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

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

border-color css

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

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

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