Html Css Color HEX #D81A3F Crimson

📋 copy color: '#D81A3F'

red 216 ◦ green 26 ◦ blue 63

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

Shades of Crimson #D81A3F

Tints of Crimson #D81A3F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.52%

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

R = 70.82%
G = 8.52%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D81A3F (or 0xD81A3F) is known color: Crimson. HEX triplet: D8, 1A and 3F. RGB value is (216,26,63). Sum of RGB (Red+Green+Blue) = 216+26+63=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A3F is #27E5C0. Grayscale: #575757. Windows color (decimal): -2614721 or 4135640. OLE color: 4135640.

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

Color convert

RGB 216 26 63 -
CMYK 0 0.88 0.71 0.15
HSL 348.32º 0.79% 0.47% -
HSV(B) 348.32º 0.88% 0.85% -
XYZ 29.59 15.7 6.17 -
YUV 87.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 216 26 63 0 0.88 0.71 0.15 348.32 0.79 0.47
Hex D8 1A 3F 0 58 47 F 15C 4F 2F
Octal 330 32 77 0 130 107 17 534 117 57
Binary 11011000 11010 111111 0 1011000 1000111 1111 101011100 1001111 101111

Color Harmonies of #D81A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A3F

Black with #D81A3F

Text Example


Text Example

White with #D81A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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