Html Css Color HEX #D8013F Crimson

📋 copy color: '#D8013F'

red 216 ◦ green 1 ◦ blue 63

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

Shades of Crimson #D8013F

Tints of Crimson #D8013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 77.14%
G = 0.36%
B = 22.5%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8013F (or 0xD8013F) is known color: Crimson. HEX triplet: D8, 01 and 3F. RGB value is (216,1,63). Sum of RGB (Red+Green+Blue) = 216+1+63=280 (37% of max value = 765). Red value is 216 (84.77% from 255 or 77.14% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 216 - color contains mainly: red. Hex color #D8013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8013F is #27FEC0. Grayscale: #484848. Windows color (decimal): -2621121 or 4129240. OLE color: 4129240.

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

Color convert

RGB 216 1 63 -
CMYK 0 1.00 0.71 0.15
HSL 342.7º 0.99% 0.43% -
HSV(B) 342.7º 1% 0.85% -
XYZ 29.23 14.98 6.05 -
YUV 72.35 122.73 230.46 -
System Red Green Blue C M Y K H S L
Decimal 216 1 63 0 1.00 0.71 0.15 342.7 0.99 0.43
Hex D8 1 3F 0 64 47 F 157 63 2B
Octal 330 1 77 0 144 107 17 527 143 53
Binary 11011000 1 111111 0 1100100 1000111 1111 101010111 1100011 101011

Color Harmonies of #D8013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8013F

Black with #D8013F

Text Example


Text Example

White with #D8013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8013F; }

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

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

background-color css

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

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

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

border-color css

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

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

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