Html Css Color HEX #DB0630 Crimson

📋 copy color: '#DB0630'

red 219 ◦ green 6 ◦ blue 48

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

Shades of Crimson #DB0630

Tints of Crimson #DB0630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 80.22%
G = 2.2%
B = 17.58%

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

#DB0630 (or 0xDB0630) is known color: Crimson. HEX triplet: DB, 06 and 30. RGB value is (219,6,48). Sum of RGB (Red+Green+Blue) = 219+6+48=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0630 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0630 is #24F9CF. Grayscale: #4A4A4A. Windows color (decimal): -2423248 or 3147483. OLE color: 3147483.

HSL color Cylindrical-coordinate representation of color #DB0630: hue angle of 348.17º degrees, saturation: 0.95, 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 #DB0630 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 48 -
CMYK 0 0.97 0.78 0.14
HSL 348.17º 0.95% 0.44% -
HSV(B) 348.17º 0.97% 0.86% -
XYZ 29.81 15.4 4.2 -
YUV 74.48 113.07 231.08 -
System Red Green Blue C M Y K H S L
Decimal 219 6 48 0 0.97 0.78 0.14 348.17 0.95 0.44
Hex DB 6 30 0 61 4E E 15C 5F 2C
Octal 333 6 60 0 141 116 16 534 137 54
Binary 11011011 110 110000 0 1100001 1001110 1110 101011100 1011111 101100

Color Harmonies of #DB0630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0630

Black with #DB0630

Text Example


Text Example

White with #DB0630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0630; }

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

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

background-color css

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

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

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

border-color css

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

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

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