Html Css Color HEX #DB0348 Crimson

📋 copy color: '#DB0348'

red 219 ◦ green 3 ◦ blue 72

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

Shades of Crimson #DB0348

Tints of Crimson #DB0348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 72 (28.52% from 255) = 24.49%

R = 74.49%
G = 1.02%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0348 (or 0xDB0348) is known color: Crimson. HEX triplet: DB, 03 and 48. RGB value is (219,3,72). Sum of RGB (Red+Green+Blue) = 219+3+72=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0348 is #24FCB7. Grayscale: #4B4B4B. Windows color (decimal): -2423992 or 4719579. OLE color: 4719579.

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

Color convert

RGB 219 3 72 -
CMYK 0 0.99 0.67 0.14
HSL 340.83º 0.97% 0.44% -
HSV(B) 340.83º 0.99% 0.86% -
XYZ 30.42 15.59 7.54 -
YUV 75.45 126.06 230.39 -
System Red Green Blue C M Y K H S L
Decimal 219 3 72 0 0.99 0.67 0.14 340.83 0.97 0.44
Hex DB 3 48 0 63 43 E 155 61 2C
Octal 333 3 110 0 143 103 16 525 141 54
Binary 11011011 11 1001000 0 1100011 1000011 1110 101010101 1100001 101100

Color Harmonies of #DB0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0348

Black with #DB0348

Text Example


Text Example

White with #DB0348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0348; }

 p { color: rgb(219,3,72); }

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

background-color css

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

 a { background-color: rgb(219,3,72); }

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

border-color css

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

 span { border-color: rgb(219,3,72); }

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