Html Css Color HEX #DB0242 Crimson

📋 copy color: '#DB0242'

red 219 ◦ green 2 ◦ blue 66

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

Shades of Crimson #DB0242

Tints of Crimson #DB0242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23%

R = 76.31%
G = 0.7%
B = 23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0242 (or 0xDB0242) is known color: Crimson. HEX triplet: DB, 02 and 42. RGB value is (219,2,66). Sum of RGB (Red+Green+Blue) = 219+2+66=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0242 is #24FDBD. Grayscale: #4A4A4A. Windows color (decimal): -2424254 or 4326107. OLE color: 4326107.

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

Color convert

RGB 219 2 66 -
CMYK 0 0.99 0.70 0.14
HSL 342.3º 0.98% 0.43% -
HSV(B) 342.3º 0.99% 0.86% -
XYZ 30.22 15.5 6.55 -
YUV 74.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 219 2 66 0 0.99 0.70 0.14 342.3 0.98 0.43
Hex DB 2 42 0 63 46 E 156 62 2B
Octal 333 2 102 0 143 106 16 526 142 53
Binary 11011011 10 1000010 0 1100011 1000110 1110 101010110 1100010 101011

Color Harmonies of #DB0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0242

Black with #DB0242

Text Example


Text Example

White with #DB0242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0242; }

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

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

background-color css

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

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

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

border-color css

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

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

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