Html Css Color HEX #DB003D Crimson

📋 copy color: '#DB003D'

red 219 ◦ green 0 ◦ blue 61

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

Shades of Crimson #DB003D

Tints of Crimson #DB003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 78.21%
G = 0%
B = 21.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB003D (or 0xDB003D) is known color: Crimson. HEX triplet: DB, 00 and 3D. RGB value is (219,0,61). Sum of RGB (Red+Green+Blue) = 219+0+61=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB003D is #24FFC2. Grayscale: #484848. Windows color (decimal): -2424771 or 3997915. OLE color: 3997915.

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

Color convert

RGB 219 0 61 -
CMYK 0 1 0.72 0.14
HSL 343.29º 1% 0.43% -
HSV(B) 343.29º 1% 0.86% -
XYZ 30.06 15.4 5.8 -
YUV 72.44 121.55 232.54 -
System Red Green Blue C M Y K H S L
Decimal 219 0 61 0 1 0.72 0.14 343.29 1 0.43
Hex DB 0 3D 0 64 48 E 157 64 2B
Octal 333 0 75 0 144 110 16 527 144 53
Binary 11011011 0 111101 0 1100100 1001000 1110 101010111 1100100 101011

Color Harmonies of #DB003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB003D

Black with #DB003D

Text Example


Text Example

White with #DB003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB003D; }

 p { color: rgb(219,0,61); }

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

background-color css

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

 a { background-color: rgb(219,0,61); }

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

border-color css

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

 span { border-color: rgb(219,0,61); }

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