Html Css Color HEX #DB013C Crimson

📋 copy color: '#DB013C'

red 219 ◦ green 1 ◦ blue 60

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

Shades of Crimson #DB013C

Tints of Crimson #DB013C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 78.21%
G = 0.36%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB013C (or 0xDB013C) is known color: Crimson. HEX triplet: DB, 01 and 3C. RGB value is (219,1,60). Sum of RGB (Red+Green+Blue) = 219+1+60=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB013C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB013C is #24FEC3. Grayscale: #484848. Windows color (decimal): -2424516 or 3932635. OLE color: 3932635.

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

Color convert

RGB 219 1 60 -
CMYK 0 1.00 0.73 0.14
HSL 343.76º 0.99% 0.43% -
HSV(B) 343.76º 1% 0.86% -
XYZ 30.04 15.41 5.67 -
YUV 72.91 120.72 232.2 -
System Red Green Blue C M Y K H S L
Decimal 219 1 60 0 1.00 0.73 0.14 343.76 0.99 0.43
Hex DB 1 3C 0 64 49 E 158 63 2B
Octal 333 1 74 0 144 111 16 530 143 53
Binary 11011011 1 111100 0 1100100 1001001 1110 101011000 1100011 101011

Color Harmonies of #DB013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB013C

Black with #DB013C

Text Example


Text Example

White with #DB013C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB013C; }

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

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

background-color css

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

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

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

border-color css

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

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

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