Html Css Color HEX #DB0434 Crimson

📋 copy color: '#DB0434'

red 219 ◦ green 4 ◦ blue 52

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

Shades of Crimson #DB0434

Tints of Crimson #DB0434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.91%

R = 79.64%
G = 1.45%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB0434 (or 0xDB0434) is known color: Crimson. HEX triplet: DB, 04 and 34. RGB value is (219,4,52). Sum of RGB (Red+Green+Blue) = 219+4+52=275 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.64% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0434 is #24FBCB. Grayscale: #494949. Windows color (decimal): -2423756 or 3409115. OLE color: 3409115.

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

Color convert

RGB 219 4 52 -
CMYK 0 0.98 0.76 0.14
HSL 346.6º 0.96% 0.44% -
HSV(B) 346.6º 0.98% 0.86% -
XYZ 29.88 15.39 4.65 -
YUV 73.76 115.73 231.6 -
System Red Green Blue C M Y K H S L
Decimal 219 4 52 0 0.98 0.76 0.14 346.6 0.96 0.44
Hex DB 4 34 0 62 4C E 15B 60 2C
Octal 333 4 64 0 142 114 16 533 140 54
Binary 11011011 100 110100 0 1100010 1001100 1110 101011011 1100000 101100

Color Harmonies of #DB0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0434

Black with #DB0434

Text Example


Text Example

White with #DB0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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