Html Css Color HEX #DB0433 Crimson

📋 copy color: '#DB0433'

red 219 ◦ green 4 ◦ blue 51

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

Shades of Crimson #DB0433

Tints of Crimson #DB0433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.61%

R = 79.93%
G = 1.46%
B = 18.61%

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

#DB0433 (or 0xDB0433) is known color: Crimson. HEX triplet: DB, 04 and 33. RGB value is (219,4,51). Sum of RGB (Red+Green+Blue) = 219+4+51=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0433 is #24FBCC. Grayscale: #494949. Windows color (decimal): -2423757 or 3343579. OLE color: 3343579.

HSL color Cylindrical-coordinate representation of color #DB0433: hue angle of 346.88º 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 #DB0433 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 4 51 -
CMYK 0 0.98 0.77 0.14
HSL 346.88º 0.96% 0.44% -
HSV(B) 346.88º 0.98% 0.86% -
XYZ 29.85 15.39 4.53 -
YUV 73.64 115.23 231.68 -
System Red Green Blue C M Y K H S L
Decimal 219 4 51 0 0.98 0.77 0.14 346.88 0.96 0.44
Hex DB 4 33 0 62 4D E 15B 60 2C
Octal 333 4 63 0 142 115 16 533 140 54
Binary 11011011 100 110011 0 1100010 1001101 1110 101011011 1100000 101100

Color Harmonies of #DB0433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0433

Black with #DB0433

Text Example


Text Example

White with #DB0433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0433; }

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

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

background-color css

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

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

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

border-color css

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

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

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