Html Css Color HEX #DB0730 Crimson

📋 copy color: '#DB0730'

red 219 ◦ green 7 ◦ blue 48

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

Shades of Crimson #DB0730

Tints of Crimson #DB0730

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 79.93%
G = 2.55%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB0730 (or 0xDB0730) is known color: Crimson. HEX triplet: DB, 07 and 30. RGB value is (219,7,48). Sum of RGB (Red+Green+Blue) = 219+7+48=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0730 is #24F8CF. Grayscale: #4B4B4B. Windows color (decimal): -2422992 or 3147739. OLE color: 3147739.

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

Color convert

RGB 219 7 48 -
CMYK 0 0.97 0.78 0.14
HSL 348.4º 0.94% 0.44% -
HSV(B) 348.4º 0.97% 0.86% -
XYZ 29.82 15.43 4.2 -
YUV 75.06 112.74 230.67 -
System Red Green Blue C M Y K H S L
Decimal 219 7 48 0 0.97 0.78 0.14 348.4 0.94 0.44
Hex DB 7 30 0 61 4E E 15C 5E 2C
Octal 333 7 60 0 141 116 16 534 136 54
Binary 11011011 111 110000 0 1100001 1001110 1110 101011100 1011110 101100

Color Harmonies of #DB0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0730

Black with #DB0730

Text Example


Text Example

White with #DB0730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0730; }

 p { color: rgb(219,7,48); }

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

background-color css

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

 a { background-color: rgb(219,7,48); }

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

border-color css

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

 span { border-color: rgb(219,7,48); }

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