Html Css Color HEX #DB152D Crimson

📋 copy color: '#DB152D'

red 219 ◦ green 21 ◦ blue 45

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

Shades of Crimson #DB152D

Tints of Crimson #DB152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

 BLUE value IS 45 (17.97% from 255) = 15.79%

R = 76.84%
G = 7.37%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB152D (or 0xDB152D) is known color: Crimson. HEX triplet: DB, 15 and 2D. RGB value is (219,21,45). Sum of RGB (Red+Green+Blue) = 219+21+45=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB152D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB152D is #24EAD2. Grayscale: #535353. Windows color (decimal): -2419411 or 2954715. OLE color: 2954715.

HSL color Cylindrical-coordinate representation of color #DB152D: hue angle of 352.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB152D is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 21 45 -
CMYK 0 0.90 0.79 0.14
HSL 352.73º 0.83% 0.47% -
HSV(B) 352.73º 0.9% 0.86% -
XYZ 29.96 15.79 3.95 -
YUV 82.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 219 21 45 0 0.90 0.79 0.14 352.73 0.83 0.47
Hex DB 15 2D 0 5A 4F E 161 52 2F
Octal 333 25 55 0 132 117 16 541 122 57
Binary 11011011 10101 101101 0 1011010 1001111 1110 101100001 1010010 101111

Color Harmonies of #DB152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB152D

Black with #DB152D

Text Example


Text Example

White with #DB152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB152D; }

 p { color: rgb(219,21,45); }

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

background-color css

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

 a { background-color: rgb(219,21,45); }

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

border-color css

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

 span { border-color: rgb(219,21,45); }

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