Html Css Color HEX #DB0138 Crimson

📋 copy color: '#DB0138'

red 219 ◦ green 1 ◦ blue 56

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

Shades of Crimson #DB0138

Tints of Crimson #DB0138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 79.35%
G = 0.36%
B = 20.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0138 (or 0xDB0138) is known color: Crimson. HEX triplet: DB, 01 and 38. RGB value is (219,1,56). Sum of RGB (Red+Green+Blue) = 219+1+56=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0138 is #24FEC7. Grayscale: #484848. Windows color (decimal): -2424520 or 3670491. OLE color: 3670491.

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

Color convert

RGB 219 1 56 -
CMYK 0 1.00 0.74 0.14
HSL 344.86º 0.99% 0.43% -
HSV(B) 344.86º 1% 0.86% -
XYZ 29.94 15.37 5.13 -
YUV 72.45 118.72 232.53 -
System Red Green Blue C M Y K H S L
Decimal 219 1 56 0 1.00 0.74 0.14 344.86 0.99 0.43
Hex DB 1 38 0 64 4A E 159 63 2B
Octal 333 1 70 0 144 112 16 531 143 53
Binary 11011011 1 111000 0 1100100 1001010 1110 101011001 1100011 101011

Color Harmonies of #DB0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0138

Black with #DB0138

Text Example


Text Example

White with #DB0138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0138; }

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

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

background-color css

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

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

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

border-color css

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

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

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