Html Css Color HEX #DB012D Crimson

📋 copy color: '#DB012D'

red 219 ◦ green 1 ◦ blue 45

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

Shades of Crimson #DB012D

Tints of Crimson #DB012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 45 (17.97% from 255) = 16.98%

R = 82.64%
G = 0.38%
B = 16.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB012D (or 0xDB012D) is known color: Crimson. HEX triplet: DB, 01 and 2D. RGB value is (219,1,45). Sum of RGB (Red+Green+Blue) = 219+1+45=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB012D is #24FED2. Grayscale: #474747. Windows color (decimal): -2424531 or 2949595. OLE color: 2949595.

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

Color convert

RGB 219 1 45 -
CMYK 0 1.00 0.79 0.14
HSL 347.89º 0.99% 0.43% -
HSV(B) 347.89º 1% 0.86% -
XYZ 29.7 15.27 3.87 -
YUV 71.2 113.22 233.42 -
System Red Green Blue C M Y K H S L
Decimal 219 1 45 0 1.00 0.79 0.14 347.89 0.99 0.43
Hex DB 1 2D 0 64 4F E 15C 63 2B
Octal 333 1 55 0 144 117 16 534 143 53
Binary 11011011 1 101101 0 1100100 1001111 1110 101011100 1100011 101011

Color Harmonies of #DB012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB012D

Black with #DB012D

Text Example


Text Example

White with #DB012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB012D; }

 p { color: rgb(219,1,45); }

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

background-color css

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

 a { background-color: rgb(219,1,45); }

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

border-color css

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

 span { border-color: rgb(219,1,45); }

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