Html Css Color HEX #DB1B4B Crimson

📋 copy color: '#DB1B4B'

red 219 ◦ green 27 ◦ blue 75

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

Shades of Crimson #DB1B4B

Tints of Crimson #DB1B4B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.41%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 68.22%
G = 8.41%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB1B4B (or 0xDB1B4B) is known color: Crimson. HEX triplet: DB, 1B and 4B. RGB value is (219,27,75). Sum of RGB (Red+Green+Blue) = 219+27+75=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B4B is #24E4B4. Grayscale: #595959. Windows color (decimal): -2417845 or 4922331. OLE color: 4922331.

HSL color Cylindrical-coordinate representation of color #DB1B4B: hue angle of 345º degrees, saturation: 0.78, 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 #DB1B4B is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 27 75 -
CMYK 0 0.88 0.66 0.14
HSL 345º 0.78% 0.48% -
HSV(B) 345º 0.88% 0.86% -
XYZ 30.88 16.35 8.19 -
YUV 89.88 119.61 220.1 -
System Red Green Blue C M Y K H S L
Decimal 219 27 75 0 0.88 0.66 0.14 345 0.78 0.48
Hex DB 1B 4B 0 58 42 E 159 4E 30
Octal 333 33 113 0 130 102 16 531 116 60
Binary 11011011 11011 1001011 0 1011000 1000010 1110 101011001 1001110 110000

Color Harmonies of #DB1B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B4B

Black with #DB1B4B

Text Example


Text Example

White with #DB1B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B4B; }

 p { color: rgb(219,27,75); }

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

background-color css

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

 a { background-color: rgb(219,27,75); }

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

border-color css

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

 span { border-color: rgb(219,27,75); }

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