Html Css Color HEX #DB092B Crimson

📋 copy color: '#DB092B'

red 219 ◦ green 9 ◦ blue 43

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

Shades of Crimson #DB092B

Tints of Crimson #DB092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.87%

R = 80.81%
G = 3.32%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB092B (or 0xDB092B) is known color: Crimson. HEX triplet: DB, 09 and 2B. RGB value is (219,9,43). Sum of RGB (Red+Green+Blue) = 219+9+43=271 (35% of max value = 765). Red value is 219 (85.94% from 255 or 80.81% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 219 - color contains mainly: red. Hex color #DB092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB092B is #24F6D4. Grayscale: #4B4B4B. Windows color (decimal): -2422485 or 2820571. OLE color: 2820571.

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

Color convert

RGB 219 9 43 -
CMYK 0 0.96 0.80 0.14
HSL 350.29º 0.92% 0.45% -
HSV(B) 350.29º 0.96% 0.86% -
XYZ 29.75 15.43 3.7 -
YUV 75.67 109.57 230.24 -
System Red Green Blue C M Y K H S L
Decimal 219 9 43 0 0.96 0.80 0.14 350.29 0.92 0.45
Hex DB 9 2B 0 60 50 E 15E 5C 2D
Octal 333 11 53 0 140 120 16 536 134 55
Binary 11011011 1001 101011 0 1100000 1010000 1110 101011110 1011100 101101

Color Harmonies of #DB092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB092B

Black with #DB092B

Text Example


Text Example

White with #DB092B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB092B; }

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

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

background-color css

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

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

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

border-color css

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

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

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