Html Css Color HEX #DB012A Crimson

📋 copy color: '#DB012A'

red 219 ◦ green 1 ◦ blue 42

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

Shades of Crimson #DB012A

Tints of Crimson #DB012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 83.59%
G = 0.38%
B = 16.03%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB012A (or 0xDB012A) is known color: Crimson. HEX triplet: DB, 01 and 2A. RGB value is (219,1,42). Sum of RGB (Red+Green+Blue) = 219+1+42=262 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.59% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 219 - color contains mainly: red. Hex color #DB012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB012A is #24FED5. Grayscale: #464646. Windows color (decimal): -2424534 or 2752987. OLE color: 2752987.

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

Color convert

RGB 219 1 42 -
CMYK 0 1.00 0.81 0.14
HSL 348.72º 0.99% 0.43% -
HSV(B) 348.72º 1% 0.86% -
XYZ 29.64 15.25 3.57 -
YUV 70.86 111.72 233.67 -
System Red Green Blue C M Y K H S L
Decimal 219 1 42 0 1.00 0.81 0.14 348.72 0.99 0.43
Hex DB 1 2A 0 64 51 E 15D 63 2B
Octal 333 1 52 0 144 121 16 535 143 53
Binary 11011011 1 101010 0 1100100 1010001 1110 101011101 1100011 101011

Color Harmonies of #DB012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB012A

Black with #DB012A

Text Example


Text Example

White with #DB012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB012A; }

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

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

background-color css

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

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

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

border-color css

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

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

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