Html Css Color HEX #DB0636 Crimson

📋 copy color: '#DB0636'

red 219 ◦ green 6 ◦ blue 54

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

Shades of Crimson #DB0636

Tints of Crimson #DB0636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 78.49%
G = 2.15%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB0636 (or 0xDB0636) is known color: Crimson. HEX triplet: DB, 06 and 36. RGB value is (219,6,54). Sum of RGB (Red+Green+Blue) = 219+6+54=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0636 is #24F9C9. Grayscale: #4B4B4B. Windows color (decimal): -2423242 or 3540699. OLE color: 3540699.

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

Color convert

RGB 219 6 54 -
CMYK 0 0.97 0.75 0.14
HSL 346.48º 0.95% 0.44% -
HSV(B) 346.48º 0.97% 0.86% -
XYZ 29.94 15.46 4.9 -
YUV 75.16 116.07 230.6 -
System Red Green Blue C M Y K H S L
Decimal 219 6 54 0 0.97 0.75 0.14 346.48 0.95 0.44
Hex DB 6 36 0 61 4B E 15A 5F 2C
Octal 333 6 66 0 141 113 16 532 137 54
Binary 11011011 110 110110 0 1100001 1001011 1110 101011010 1011111 101100

Color Harmonies of #DB0636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0636

Black with #DB0636

Text Example


Text Example

White with #DB0636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0636; }

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

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

background-color css

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

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

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

border-color css

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

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

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