Html Css Color HEX #DB033B Crimson

📋 copy color: '#DB033B'

red 219 ◦ green 3 ◦ blue 59

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

Shades of Crimson #DB033B

Tints of Crimson #DB033B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

 BLUE value IS 59 (23.44% from 255) = 21%

R = 77.94%
G = 1.07%
B = 21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB033B (or 0xDB033B) is known color: Crimson. HEX triplet: DB, 03 and 3B. RGB value is (219,3,59). Sum of RGB (Red+Green+Blue) = 219+3+59=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB033B is #24FCC4. Grayscale: #494949. Windows color (decimal): -2424005 or 3867611. OLE color: 3867611.

HSL color Cylindrical-coordinate representation of color #DB033B: hue angle of 344.44º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB033B is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 3 59 -
CMYK 0 0.99 0.73 0.14
HSL 344.44º 0.97% 0.44% -
HSV(B) 344.44º 0.99% 0.86% -
XYZ 30.04 15.44 5.54 -
YUV 73.97 119.56 231.45 -
System Red Green Blue C M Y K H S L
Decimal 219 3 59 0 0.99 0.73 0.14 344.44 0.97 0.44
Hex DB 3 3B 0 63 49 E 158 61 2C
Octal 333 3 73 0 143 111 16 530 141 54
Binary 11011011 11 111011 0 1100011 1001001 1110 101011000 1100001 101100

Color Harmonies of #DB033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB033B

Black with #DB033B

Text Example


Text Example

White with #DB033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB033B; }

 p { color: rgb(219,3,59); }

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

background-color css

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

 a { background-color: rgb(219,3,59); }

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

border-color css

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

 span { border-color: rgb(219,3,59); }

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