Html Css Color HEX #D7072C Crimson

📋 copy color: '#D7072C'

red 215 ◦ green 7 ◦ blue 44

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

Shades of Crimson #D7072C

Tints of Crimson #D7072C

RGB

 RED value IS 215 (84.38% from 255) = 80.83%

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

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

R = 80.83%
G = 2.63%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7072C (or 0xD7072C) is known color: Crimson. HEX triplet: D7, 07 and 2C. RGB value is (215,7,44). Sum of RGB (Red+Green+Blue) = 215+7+44=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7072C is #28F8D3. Grayscale: #494949. Windows color (decimal): -2685140 or 2885591. OLE color: 2885591.

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

Color convert

RGB 215 7 44 -
CMYK 0 0.97 0.80 0.16
HSL 349.33º 0.94% 0.44% -
HSV(B) 349.33º 0.97% 0.84% -
XYZ 28.55 14.78 3.73 -
YUV 73.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 215 7 44 0 0.97 0.80 0.16 349.33 0.94 0.44
Hex D7 7 2C 0 61 50 10 15D 5E 2C
Octal 327 7 54 0 141 120 20 535 136 54
Binary 11010111 111 101100 0 1100001 1010000 10000 101011101 1011110 101100

Color Harmonies of #D7072C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7072C

Black with #D7072C

Text Example


Text Example

White with #D7072C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7072C; }

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

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

background-color css

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

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

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

border-color css

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

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

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