Html Css Color HEX #DB072F Crimson

📋 copy color: '#DB072F'

red 219 ◦ green 7 ◦ blue 47

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

Shades of Crimson #DB072F

Tints of Crimson #DB072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 80.22%
G = 2.56%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB072F (or 0xDB072F) is known color: Crimson. HEX triplet: DB, 07 and 2F. RGB value is (219,7,47). Sum of RGB (Red+Green+Blue) = 219+7+47=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB072F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB072F is #24F8D0. Grayscale: #4B4B4B. Windows color (decimal): -2422993 or 3082203. OLE color: 3082203.

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

Color convert

RGB 219 7 47 -
CMYK 0 0.97 0.79 0.14
HSL 348.68º 0.94% 0.44% -
HSV(B) 348.68º 0.97% 0.86% -
XYZ 29.8 15.42 4.09 -
YUV 74.95 112.24 230.75 -
System Red Green Blue C M Y K H S L
Decimal 219 7 47 0 0.97 0.79 0.14 348.68 0.94 0.44
Hex DB 7 2F 0 61 4F E 15D 5E 2C
Octal 333 7 57 0 141 117 16 535 136 54
Binary 11011011 111 101111 0 1100001 1001111 1110 101011101 1011110 101100

Color Harmonies of #DB072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB072F

Black with #DB072F

Text Example


Text Example

White with #DB072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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