Html Css Color HEX #D8003F Crimson

📋 copy color: '#D8003F'

red 216 ◦ green 0 ◦ blue 63

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

Shades of Crimson #D8003F

Tints of Crimson #D8003F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.58%

R = 77.42%
G = 0%
B = 22.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8003F (or 0xD8003F) is known color: Crimson. HEX triplet: D8, 00 and 3F. RGB value is (216,0,63). Sum of RGB (Red+Green+Blue) = 216+0+63=279 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.42% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 216 - color contains mainly: red. Hex color #D8003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8003F is #27FFC0. Grayscale: #474747. Windows color (decimal): -2621377 or 4128984. OLE color: 4128984.

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

Color convert

RGB 216 0 63 -
CMYK 0 1 0.71 0.15
HSL 342.5º 1% 0.42% -
HSV(B) 342.5º 1% 0.85% -
XYZ 29.22 14.96 6.05 -
YUV 71.77 123.06 230.88 -
System Red Green Blue C M Y K H S L
Decimal 216 0 63 0 1 0.71 0.15 342.5 1 0.42
Hex D8 0 3F 0 64 47 F 156 64 2A
Octal 330 0 77 0 144 107 17 526 144 52
Binary 11011000 0 111111 0 1100100 1000111 1111 101010110 1100100 101010

Color Harmonies of #D8003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8003F

Black with #D8003F

Text Example


Text Example

White with #D8003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8003F; }

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

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

background-color css

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

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

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

border-color css

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

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

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