Html Css Color HEX #DB0432 Crimson

📋 copy color: '#DB0432'

red 219 ◦ green 4 ◦ blue 50

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

Shades of Crimson #DB0432

Tints of Crimson #DB0432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 80.22%
G = 1.47%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB0432 (or 0xDB0432) is known color: Crimson. HEX triplet: DB, 04 and 32. RGB value is (219,4,50). Sum of RGB (Red+Green+Blue) = 219+4+50=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0432 is #24FBCD. Grayscale: #494949. Windows color (decimal): -2423758 or 3278043. OLE color: 3278043.

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

Color convert

RGB 219 4 50 -
CMYK 0 0.98 0.77 0.14
HSL 347.16º 0.96% 0.44% -
HSV(B) 347.16º 0.98% 0.86% -
XYZ 29.83 15.38 4.41 -
YUV 73.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 219 4 50 0 0.98 0.77 0.14 347.16 0.96 0.44
Hex DB 4 32 0 62 4D E 15B 60 2C
Octal 333 4 62 0 142 115 16 533 140 54
Binary 11011011 100 110010 0 1100010 1001101 1110 101011011 1100000 101100

Color Harmonies of #DB0432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0432

Black with #DB0432

Text Example


Text Example

White with #DB0432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0432; }

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

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

background-color css

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

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

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

border-color css

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

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

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