Html Css Color HEX #D8002C Crimson

📋 copy color: '#D8002C'

red 216 ◦ green 0 ◦ blue 44

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

Shades of Crimson #D8002C

Tints of Crimson #D8002C

RGB

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

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

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

R = 83.08%
G = 0%
B = 16.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8002C (or 0xD8002C) is known color: Crimson. HEX triplet: D8, 00 and 2C. RGB value is (216,0,44). Sum of RGB (Red+Green+Blue) = 216+0+44=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D8002C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8002C is #27FFD3. Grayscale: #454545. Windows color (decimal): -2621396 or 2883800. OLE color: 2883800.

HSL color Cylindrical-coordinate representation of color #D8002C: hue angle of 347.78º 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 #D8002C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 44 -
CMYK 0 1 0.80 0.15
HSL 347.78º 1% 0.42% -
HSV(B) 347.78º 1% 0.85% -
XYZ 28.77 14.78 3.72 -
YUV 69.6 113.56 232.42 -
System Red Green Blue C M Y K H S L
Decimal 216 0 44 0 1 0.80 0.15 347.78 1 0.42
Hex D8 0 2C 0 64 50 F 15C 64 2A
Octal 330 0 54 0 144 120 17 534 144 52
Binary 11011000 0 101100 0 1100100 1010000 1111 101011100 1100100 101010

Color Harmonies of #D8002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8002C

Black with #D8002C

Text Example


Text Example

White with #D8002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8002C; }

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

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

background-color css

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

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

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

border-color css

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

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

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