Html Css Color HEX #DB083A Crimson

📋 copy color: '#DB083A'

red 219 ◦ green 8 ◦ blue 58

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

Shades of Crimson #DB083A

Tints of Crimson #DB083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 76.84%
G = 2.81%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB083A (or 0xDB083A) is known color: Crimson. HEX triplet: DB, 08 and 3A. RGB value is (219,8,58). Sum of RGB (Red+Green+Blue) = 219+8+58=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB083A is #24F7C5. Grayscale: #4C4C4C. Windows color (decimal): -2422726 or 3803355. OLE color: 3803355.

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

Color convert

RGB 219 8 58 -
CMYK 0 0.96 0.74 0.14
HSL 345.78º 0.93% 0.45% -
HSV(B) 345.78º 0.96% 0.86% -
XYZ 30.06 15.54 5.42 -
YUV 76.79 117.4 229.43 -
System Red Green Blue C M Y K H S L
Decimal 219 8 58 0 0.96 0.74 0.14 345.78 0.93 0.45
Hex DB 8 3A 0 60 4A E 15A 5D 2D
Octal 333 10 72 0 140 112 16 532 135 55
Binary 11011011 1000 111010 0 1100000 1001010 1110 101011010 1011101 101101

Color Harmonies of #DB083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB083A

Black with #DB083A

Text Example


Text Example

White with #DB083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB083A; }

 p { color: rgb(219,8,58); }

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

background-color css

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

 a { background-color: rgb(219,8,58); }

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

border-color css

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

 span { border-color: rgb(219,8,58); }

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