Html Css Color HEX #DB093A Crimson

📋 copy color: '#DB093A'

red 219 ◦ green 9 ◦ blue 58

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

Shades of Crimson #DB093A

Tints of Crimson #DB093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

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

R = 76.57%
G = 3.15%
B = 20.28%

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

#DB093A (or 0xDB093A) is known color: Crimson. HEX triplet: DB, 09 and 3A. RGB value is (219,9,58). Sum of RGB (Red+Green+Blue) = 219+9+58=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB093A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB093A is #24F6C5. Grayscale: #4D4D4D. Windows color (decimal): -2422470 or 3803611. OLE color: 3803611.

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

Color convert

RGB 219 9 58 -
CMYK 0 0.96 0.74 0.14
HSL 346º 0.92% 0.45% -
HSV(B) 346º 0.96% 0.86% -
XYZ 30.07 15.56 5.42 -
YUV 77.38 117.07 229.02 -
System Red Green Blue C M Y K H S L
Decimal 219 9 58 0 0.96 0.74 0.14 346 0.92 0.45
Hex DB 9 3A 0 60 4A E 15A 5C 2D
Octal 333 11 72 0 140 112 16 532 134 55
Binary 11011011 1001 111010 0 1100000 1001010 1110 101011010 1011100 101101

Color Harmonies of #DB093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB093A

Black with #DB093A

Text Example


Text Example

White with #DB093A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB093A; }

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

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

background-color css

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

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

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

border-color css

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

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

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