Html Css Color HEX #DB1A30 Crimson

📋 copy color: '#DB1A30'

red 219 ◦ green 26 ◦ blue 48

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

Shades of Crimson #DB1A30

Tints of Crimson #DB1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 48 (19.14% from 255) = 16.38%

R = 74.74%
G = 8.87%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB1A30 (or 0xDB1A30) is known color: Crimson. HEX triplet: DB, 1A and 30. RGB value is (219,26,48). Sum of RGB (Red+Green+Blue) = 219+26+48=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A30 is #24E5CF. Grayscale: #565656. Windows color (decimal): -2418128 or 3152603. OLE color: 3152603.

HSL color Cylindrical-coordinate representation of color #DB1A30: hue angle of 353.16º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A30 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 48 -
CMYK 0 0.88 0.78 0.14
HSL 353.16º 0.79% 0.48% -
HSV(B) 353.16º 0.88% 0.86% -
XYZ 30.12 16.01 4.3 -
YUV 86.22 106.44 222.71 -
System Red Green Blue C M Y K H S L
Decimal 219 26 48 0 0.88 0.78 0.14 353.16 0.79 0.48
Hex DB 1A 30 0 58 4E E 161 4F 30
Octal 333 32 60 0 130 116 16 541 117 60
Binary 11011011 11010 110000 0 1011000 1001110 1110 101100001 1001111 110000

Color Harmonies of #DB1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A30

Black with #DB1A30

Text Example


Text Example

White with #DB1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A30; }

 p { color: rgb(219,26,48); }

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

background-color css

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

 a { background-color: rgb(219,26,48); }

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

border-color css

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

 span { border-color: rgb(219,26,48); }

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