Html Css Color HEX #D7072D Crimson

📋 copy color: '#D7072D'

red 215 ◦ green 7 ◦ blue 45

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

Shades of Crimson #D7072D

Tints of Crimson #D7072D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.85%

R = 80.52%
G = 2.62%
B = 16.85%

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

#D7072D (or 0xD7072D) is known color: Crimson. HEX triplet: D7, 07 and 2D. RGB value is (215,7,45). Sum of RGB (Red+Green+Blue) = 215+7+45=267 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.52% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 215 - color contains mainly: red. Hex color #D7072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7072D is #28F8D2. Grayscale: #494949. Windows color (decimal): -2685139 or 2951127. OLE color: 2951127.

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

Color convert

RGB 215 7 45 -
CMYK 0 0.97 0.79 0.16
HSL 349.04º 0.94% 0.44% -
HSV(B) 349.04º 0.97% 0.84% -
XYZ 28.57 14.79 3.83 -
YUV 73.52 111.91 228.91 -
System Red Green Blue C M Y K H S L
Decimal 215 7 45 0 0.97 0.79 0.16 349.04 0.94 0.44
Hex D7 7 2D 0 61 4F 10 15D 5E 2C
Octal 327 7 55 0 141 117 20 535 136 54
Binary 11010111 111 101101 0 1100001 1001111 10000 101011101 1011110 101100

Color Harmonies of #D7072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7072D

Black with #D7072D

Text Example


Text Example

White with #D7072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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