Html Css Color HEX #DB072B Crimson

📋 copy color: '#DB072B'

red 219 ◦ green 7 ◦ blue 43

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

Shades of Crimson #DB072B

Tints of Crimson #DB072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 81.41%
G = 2.6%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB072B (or 0xDB072B) is known color: Crimson. HEX triplet: DB, 07 and 2B. RGB value is (219,7,43). Sum of RGB (Red+Green+Blue) = 219+7+43=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072B is #24F8D4. Grayscale: #4A4A4A. Windows color (decimal): -2422997 or 2820059. OLE color: 2820059.

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

Color convert

RGB 219 7 43 -
CMYK 0 0.97 0.80 0.14
HSL 349.81º 0.94% 0.44% -
HSV(B) 349.81º 0.97% 0.86% -
XYZ 29.73 15.39 3.69 -
YUV 74.49 110.24 231.07 -
System Red Green Blue C M Y K H S L
Decimal 219 7 43 0 0.97 0.80 0.14 349.81 0.94 0.44
Hex DB 7 2B 0 61 50 E 15E 5E 2C
Octal 333 7 53 0 141 120 16 536 136 54
Binary 11011011 111 101011 0 1100001 1010000 1110 101011110 1011110 101100

Color Harmonies of #DB072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB072B

Black with #DB072B

Text Example


Text Example

White with #DB072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB072B; }

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

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

background-color css

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

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

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

border-color css

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

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

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