Html Css Color HEX #DB0832 Crimson

📋 copy color: '#DB0832'

red 219 ◦ green 8 ◦ blue 50

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

Shades of Crimson #DB0832

Tints of Crimson #DB0832

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.89%

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 79.06%
G = 2.89%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB0832 (or 0xDB0832) is known color: Crimson. HEX triplet: DB, 08 and 32. RGB value is (219,8,50). Sum of RGB (Red+Green+Blue) = 219+8+50=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0832 is #24F7CD. Grayscale: #4B4B4B. Windows color (decimal): -2422734 or 3279067. OLE color: 3279067.

HSL color Cylindrical-coordinate representation of color #DB0832: hue angle of 348.06º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0832 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 8 50 -
CMYK 0 0.96 0.77 0.14
HSL 348.06º 0.93% 0.45% -
HSV(B) 348.06º 0.96% 0.86% -
XYZ 29.88 15.46 4.43 -
YUV 75.88 113.4 230.08 -
System Red Green Blue C M Y K H S L
Decimal 219 8 50 0 0.96 0.77 0.14 348.06 0.93 0.45
Hex DB 8 32 0 60 4D E 15C 5D 2D
Octal 333 10 62 0 140 115 16 534 135 55
Binary 11011011 1000 110010 0 1100000 1001101 1110 101011100 1011101 101101

Color Harmonies of #DB0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0832

Black with #DB0832

Text Example


Text Example

White with #DB0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0832; }

 p { color: rgb(219,8,50); }

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

background-color css

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

 a { background-color: rgb(219,8,50); }

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

border-color css

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

 span { border-color: rgb(219,8,50); }

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