Html Css Color HEX #D0072E Crimson

📋 copy color: '#D0072E'

red 208 ◦ green 7 ◦ blue 46

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

Shades of Crimson #D0072E

Tints of Crimson #D0072E

RGB

 RED value IS 208 (81.64% from 255) = 79.69%

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

 BLUE value IS 46 (18.36% from 255) = 17.62%

R = 79.69%
G = 2.68%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0072E (or 0xD0072E) is known color: Crimson. HEX triplet: D0, 07 and 2E. RGB value is (208,7,46). Sum of RGB (Red+Green+Blue) = 208+7+46=261 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.69% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 208 - color contains mainly: red. Hex color #D0072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0072E is #2FF8D1. Grayscale: #474747. Windows color (decimal): -3143890 or 3016656. OLE color: 3016656.

HSL color Cylindrical-coordinate representation of color #D0072E: hue angle of 348.36º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0072E is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 46 -
CMYK 0 0.97 0.78 0.18
HSL 348.36º 0.93% 0.42% -
HSV(B) 348.36º 0.97% 0.82% -
XYZ 26.58 13.76 3.84 -
YUV 71.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 208 7 46 0 0.97 0.78 0.18 348.36 0.93 0.42
Hex D0 7 2E 0 61 4E 12 15C 5D 2A
Octal 320 7 56 0 141 116 22 534 135 52
Binary 11010000 111 101110 0 1100001 1001110 10010 101011100 1011101 101010

Color Harmonies of #D0072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0072E

Black with #D0072E

Text Example


Text Example

White with #D0072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0072E; }

 p { color: rgb(208,7,46); }

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

background-color css

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

 a { background-color: rgb(208,7,46); }

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

border-color css

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

 span { border-color: rgb(208,7,46); }

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