Html Css Color HEX #DB002E Crimson

📋 copy color: '#DB002E'

red 219 ◦ green 0 ◦ blue 46

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

Shades of Crimson #DB002E

Tints of Crimson #DB002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 46 (18.36% from 255) = 17.36%

R = 82.64%
G = 0%
B = 17.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB002E (or 0xDB002E) is known color: Crimson. HEX triplet: DB, 00 and 2E. RGB value is (219,0,46). Sum of RGB (Red+Green+Blue) = 219+0+46=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB002E is #24FFD1. Grayscale: #464646. Windows color (decimal): -2424786 or 3014875. OLE color: 3014875.

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

Color convert

RGB 219 0 46 -
CMYK 0 1 0.79 0.14
HSL 347.4º 1% 0.43% -
HSV(B) 347.4º 1% 0.86% -
XYZ 29.71 15.26 3.96 -
YUV 70.73 114.05 233.76 -
System Red Green Blue C M Y K H S L
Decimal 219 0 46 0 1 0.79 0.14 347.4 1 0.43
Hex DB 0 2E 0 64 4F E 15B 64 2B
Octal 333 0 56 0 144 117 16 533 144 53
Binary 11011011 0 101110 0 1100100 1001111 1110 101011011 1100100 101011

Color Harmonies of #DB002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB002E

Black with #DB002E

Text Example


Text Example

White with #DB002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB002E; }

 p { color: rgb(219,0,46); }

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

background-color css

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

 a { background-color: rgb(219,0,46); }

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

border-color css

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

 span { border-color: rgb(219,0,46); }

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