Html Css Color HEX #DB0234 Crimson

📋 copy color: '#DB0234'

red 219 ◦ green 2 ◦ blue 52

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

Shades of Crimson #DB0234

Tints of Crimson #DB0234

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 80.22%
G = 0.73%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB0234 (or 0xDB0234) is known color: Crimson. HEX triplet: DB, 02 and 34. RGB value is (219,2,52). Sum of RGB (Red+Green+Blue) = 219+2+52=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0234 is #24FDCB. Grayscale: #484848. Windows color (decimal): -2424268 or 3408603. OLE color: 3408603.

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

Color convert

RGB 219 2 52 -
CMYK 0 0.99 0.76 0.14
HSL 346.18º 0.98% 0.43% -
HSV(B) 346.18º 0.99% 0.86% -
XYZ 29.85 15.35 4.64 -
YUV 72.58 116.39 232.43 -
System Red Green Blue C M Y K H S L
Decimal 219 2 52 0 0.99 0.76 0.14 346.18 0.98 0.43
Hex DB 2 34 0 63 4C E 15A 62 2B
Octal 333 2 64 0 143 114 16 532 142 53
Binary 11011011 10 110100 0 1100011 1001100 1110 101011010 1100010 101011

Color Harmonies of #DB0234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0234

Black with #DB0234

Text Example


Text Example

White with #DB0234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0234; }

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

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

background-color css

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

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

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

border-color css

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

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

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