Html Css Color HEX #D6072E Crimson

📋 copy color: '#D6072E'

red 214 ◦ green 7 ◦ blue 46

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

Shades of Crimson #D6072E

Tints of Crimson #D6072E

RGB

 RED value IS 214 (83.98% from 255) = 80.15%

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

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

R = 80.15%
G = 2.62%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6072E (or 0xD6072E) is known color: Crimson. HEX triplet: D6, 07 and 2E. RGB value is (214,7,46). Sum of RGB (Red+Green+Blue) = 214+7+46=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D6072E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6072E is #29F8D1. Grayscale: #494949. Windows color (decimal): -2750674 or 3016662. OLE color: 3016662.

HSL color Cylindrical-coordinate representation of color #D6072E: hue angle of 348.7º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6072E is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 7 46 -
CMYK 0 0.97 0.79 0.16
HSL 348.7º 0.94% 0.43% -
HSV(B) 348.7º 0.97% 0.84% -
XYZ 28.3 14.65 3.92 -
YUV 73.34 112.58 228.33 -
System Red Green Blue C M Y K H S L
Decimal 214 7 46 0 0.97 0.79 0.16 348.7 0.94 0.43
Hex D6 7 2E 0 61 4F 10 15D 5E 2B
Octal 326 7 56 0 141 117 20 535 136 53
Binary 11010110 111 101110 0 1100001 1001111 10000 101011101 1011110 101011

Color Harmonies of #D6072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6072E

Black with #D6072E

Text Example


Text Example

White with #D6072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6072E; }

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

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

background-color css

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

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

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

border-color css

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

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

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