Html Css Color HEX #DB033C Crimson

📋 copy color: '#DB033C'

red 219 ◦ green 3 ◦ blue 60

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

Shades of Crimson #DB033C

Tints of Crimson #DB033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 77.66%
G = 1.06%
B = 21.28%

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

#DB033C (or 0xDB033C) is known color: Crimson. HEX triplet: DB, 03 and 3C. RGB value is (219,3,60). Sum of RGB (Red+Green+Blue) = 219+3+60=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB033C is #24FCC3. Grayscale: #4A4A4A. Windows color (decimal): -2424004 or 3933147. OLE color: 3933147.

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

Color convert

RGB 219 3 60 -
CMYK 0 0.99 0.73 0.14
HSL 344.17º 0.97% 0.44% -
HSV(B) 344.17º 0.99% 0.86% -
XYZ 30.06 15.45 5.67 -
YUV 74.08 120.06 231.37 -
System Red Green Blue C M Y K H S L
Decimal 219 3 60 0 0.99 0.73 0.14 344.17 0.97 0.44
Hex DB 3 3C 0 63 49 E 158 61 2C
Octal 333 3 74 0 143 111 16 530 141 54
Binary 11011011 11 111100 0 1100011 1001001 1110 101011000 1100001 101100

Color Harmonies of #DB033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB033C

Black with #DB033C

Text Example


Text Example

White with #DB033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB033C; }

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

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

background-color css

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

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

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

border-color css

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

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

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