Html Css Color HEX #DB0038 Crimson

📋 copy color: '#DB0038'

red 219 ◦ green 0 ◦ blue 56

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

Shades of Crimson #DB0038

Tints of Crimson #DB0038

RGB

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

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

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

R = 79.64%
G = 0%
B = 20.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0038 (or 0xDB0038) is known color: Crimson. HEX triplet: DB, 00 and 38. RGB value is (219,0,56). Sum of RGB (Red+Green+Blue) = 219+0+56=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0038 is #24FFC7. Grayscale: #474747. Windows color (decimal): -2424776 or 3670235. OLE color: 3670235.

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

Color convert

RGB 219 0 56 -
CMYK 0 1 0.74 0.14
HSL 344.66º 1% 0.43% -
HSV(B) 344.66º 1% 0.86% -
XYZ 29.93 15.35 5.13 -
YUV 71.87 119.05 232.95 -
System Red Green Blue C M Y K H S L
Decimal 219 0 56 0 1 0.74 0.14 344.66 1 0.43
Hex DB 0 38 0 64 4A E 159 64 2B
Octal 333 0 70 0 144 112 16 531 144 53
Binary 11011011 0 111000 0 1100100 1001010 1110 101011001 1100100 101011

Color Harmonies of #DB0038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0038

Black with #DB0038

Text Example


Text Example

White with #DB0038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0038; }

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

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

background-color css

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

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

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

border-color css

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

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

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