Html Css Color HEX #DB0638 Crimson

📋 copy color: '#DB0638'

red 219 ◦ green 6 ◦ blue 56

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

Shades of Crimson #DB0638

Tints of Crimson #DB0638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.14%

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

R = 77.94%
G = 2.14%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0638 (or 0xDB0638) is known color: Crimson. HEX triplet: DB, 06 and 38. RGB value is (219,6,56). Sum of RGB (Red+Green+Blue) = 219+6+56=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0638 is #24F9C7. Grayscale: #4B4B4B. Windows color (decimal): -2423240 or 3671771. OLE color: 3671771.

HSL color Cylindrical-coordinate representation of color #DB0638: hue angle of 345.92º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0638 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 56 -
CMYK 0 0.97 0.74 0.14
HSL 345.92º 0.95% 0.44% -
HSV(B) 345.92º 0.97% 0.86% -
XYZ 29.99 15.48 5.15 -
YUV 75.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 219 6 56 0 0.97 0.74 0.14 345.92 0.95 0.44
Hex DB 6 38 0 61 4A E 15A 5F 2C
Octal 333 6 70 0 141 112 16 532 137 54
Binary 11011011 110 111000 0 1100001 1001010 1110 101011010 1011111 101100

Color Harmonies of #DB0638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0638

Black with #DB0638

Text Example


Text Example

White with #DB0638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0638; }

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

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

background-color css

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

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

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

border-color css

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

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

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