Html Css Color HEX #D8002D Crimson

📋 copy color: '#D8002D'

red 216 ◦ green 0 ◦ blue 45

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

Shades of Crimson #D8002D

Tints of Crimson #D8002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.76%
G = 0%
B = 17.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8002D (or 0xD8002D) is known color: Crimson. HEX triplet: D8, 00 and 2D. RGB value is (216,0,45). Sum of RGB (Red+Green+Blue) = 216+0+45=261 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.76% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 216 - color contains mainly: red. Hex color #D8002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8002D is #27FFD2. Grayscale: #454545. Windows color (decimal): -2621395 or 2949336. OLE color: 2949336.

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

Color convert

RGB 216 0 45 -
CMYK 0 1 0.79 0.15
HSL 347.5º 1% 0.42% -
HSV(B) 347.5º 1% 0.85% -
XYZ 28.79 14.79 3.82 -
YUV 69.71 114.06 232.34 -
System Red Green Blue C M Y K H S L
Decimal 216 0 45 0 1 0.79 0.15 347.5 1 0.42
Hex D8 0 2D 0 64 4F F 15C 64 2A
Octal 330 0 55 0 144 117 17 534 144 52
Binary 11011000 0 101101 0 1100100 1001111 1111 101011100 1100100 101010

Color Harmonies of #D8002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8002D

Black with #D8002D

Text Example


Text Example

White with #D8002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8002D; }

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

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

background-color css

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

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

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

border-color css

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

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

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