Html Css Color HEX #D6072C Crimson

📋 copy color: '#D6072C'

red 214 ◦ green 7 ◦ blue 44

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

Shades of Crimson #D6072C

Tints of Crimson #D6072C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 80.75%
G = 2.64%
B = 16.6%

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

#D6072C (or 0xD6072C) is known color: Crimson. HEX triplet: D6, 07 and 2C. RGB value is (214,7,44). Sum of RGB (Red+Green+Blue) = 214+7+44=265 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.75% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 214 - color contains mainly: red. Hex color #D6072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6072C is #29F8D3. Grayscale: #494949. Windows color (decimal): -2750676 or 2885590. OLE color: 2885590.

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

Color convert

RGB 214 7 44 -
CMYK 0 0.97 0.79 0.16
HSL 349.28º 0.94% 0.43% -
HSV(B) 349.28º 0.97% 0.84% -
XYZ 28.26 14.63 3.72 -
YUV 73.11 111.58 228.49 -
System Red Green Blue C M Y K H S L
Decimal 214 7 44 0 0.97 0.79 0.16 349.28 0.94 0.43
Hex D6 7 2C 0 61 4F 10 15D 5E 2B
Octal 326 7 54 0 141 117 20 535 136 53
Binary 11010110 111 101100 0 1100001 1001111 10000 101011101 1011110 101011

Color Harmonies of #D6072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6072C

Black with #D6072C

Text Example


Text Example

White with #D6072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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