Html Css Color HEX #DB0942 Crimson

📋 copy color: '#DB0942'

red 219 ◦ green 9 ◦ blue 66

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

Shades of Crimson #DB0942

Tints of Crimson #DB0942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 74.49%
G = 3.06%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0942 (or 0xDB0942) is known color: Crimson. HEX triplet: DB, 09 and 42. RGB value is (219,9,66). Sum of RGB (Red+Green+Blue) = 219+9+66=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0942 is #24F6BD. Grayscale: #4E4E4E. Windows color (decimal): -2422462 or 4327899. OLE color: 4327899.

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

Color convert

RGB 219 9 66 -
CMYK 0 0.96 0.70 0.14
HSL 343.71º 0.92% 0.45% -
HSV(B) 343.71º 0.96% 0.86% -
XYZ 30.29 15.65 6.58 -
YUV 78.29 121.07 228.37 -
System Red Green Blue C M Y K H S L
Decimal 219 9 66 0 0.96 0.70 0.14 343.71 0.92 0.45
Hex DB 9 42 0 60 46 E 158 5C 2D
Octal 333 11 102 0 140 106 16 530 134 55
Binary 11011011 1001 1000010 0 1100000 1000110 1110 101011000 1011100 101101

Color Harmonies of #DB0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0942

Black with #DB0942

Text Example


Text Example

White with #DB0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0942; }

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

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

background-color css

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

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

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

border-color css

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

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

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