Html Css Color HEX #D8072D Crimson

📋 copy color: '#D8072D'

red 216 ◦ green 7 ◦ blue 45

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

Shades of Crimson #D8072D

Tints of Crimson #D8072D

RGB

 RED value IS 216 (84.77% from 255) = 80.6%

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

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

R = 80.6%
G = 2.61%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8072D (or 0xD8072D) is known color: Crimson. HEX triplet: D8, 07 and 2D. RGB value is (216,7,45). Sum of RGB (Red+Green+Blue) = 216+7+45=268 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.60% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 216 - color contains mainly: red. Hex color #D8072D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8072D is #27F8D2. Grayscale: #494949. Windows color (decimal): -2619603 or 2951128. OLE color: 2951128.

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

Color convert

RGB 216 7 45 -
CMYK 0 0.97 0.79 0.15
HSL 349.09º 0.94% 0.44% -
HSV(B) 349.09º 0.97% 0.85% -
XYZ 28.87 14.94 3.84 -
YUV 73.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 216 7 45 0 0.97 0.79 0.15 349.09 0.94 0.44
Hex D8 7 2D 0 61 4F F 15D 5E 2C
Octal 330 7 55 0 141 117 17 535 136 54
Binary 11011000 111 101101 0 1100001 1001111 1111 101011101 1011110 101100

Color Harmonies of #D8072D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8072D

Black with #D8072D

Text Example


Text Example

White with #D8072D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8072D; }

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

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

background-color css

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

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

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

border-color css

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

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

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