Html Css Color HEX #DB0748 Crimson

📋 copy color: '#DB0748'

red 219 ◦ green 7 ◦ blue 72

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

Shades of Crimson #DB0748

Tints of Crimson #DB0748

RGB

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

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

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

R = 73.49%
G = 2.35%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB0748 (or 0xDB0748) is known color: Crimson. HEX triplet: DB, 07 and 48. RGB value is (219,7,72). Sum of RGB (Red+Green+Blue) = 219+7+72=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0748 is #24F8B7. Grayscale: #4D4D4D. Windows color (decimal): -2422968 or 4720603. OLE color: 4720603.

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

Color convert

RGB 219 7 72 -
CMYK 0 0.97 0.67 0.14
HSL 341.6º 0.94% 0.44% -
HSV(B) 341.6º 0.97% 0.86% -
XYZ 30.46 15.68 7.55 -
YUV 77.8 124.74 228.71 -
System Red Green Blue C M Y K H S L
Decimal 219 7 72 0 0.97 0.67 0.14 341.6 0.94 0.44
Hex DB 7 48 0 61 43 E 156 5E 2C
Octal 333 7 110 0 141 103 16 526 136 54
Binary 11011011 111 1001000 0 1100001 1000011 1110 101010110 1011110 101100

Color Harmonies of #DB0748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0748

Black with #DB0748

Text Example


Text Example

White with #DB0748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0748; }

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

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

background-color css

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

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

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

border-color css

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

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

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