Html Css Color HEX #D8003E Crimson

📋 copy color: '#D8003E'

red 216 ◦ green 0 ◦ blue 62

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

Shades of Crimson #D8003E

Tints of Crimson #D8003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 77.7%
G = 0%
B = 22.3%

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

#D8003E (or 0xD8003E) is known color: Crimson. HEX triplet: D8, 00 and 3E. RGB value is (216,0,62). Sum of RGB (Red+Green+Blue) = 216+0+62=278 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.70% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 216 - color contains mainly: red. Hex color #D8003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8003E is #27FFC1. Grayscale: #474747. Windows color (decimal): -2621378 or 4063448. OLE color: 4063448.

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

Color convert

RGB 216 0 62 -
CMYK 0 1 0.71 0.15
HSL 342.78º 1% 0.42% -
HSV(B) 342.78º 1% 0.85% -
XYZ 29.19 14.95 5.9 -
YUV 71.65 122.56 230.96 -
System Red Green Blue C M Y K H S L
Decimal 216 0 62 0 1 0.71 0.15 342.78 1 0.42
Hex D8 0 3E 0 64 47 F 157 64 2A
Octal 330 0 76 0 144 107 17 527 144 52
Binary 11011000 0 111110 0 1100100 1000111 1111 101010111 1100100 101010

Color Harmonies of #D8003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8003E

Black with #D8003E

Text Example


Text Example

White with #D8003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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