Html Css Color HEX #D81A4F Crimson

📋 copy color: '#D81A4F'

red 216 ◦ green 26 ◦ blue 79

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

Shades of Crimson #D81A4F

Tints of Crimson #D81A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 67.29%
G = 8.1%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D81A4F (or 0xD81A4F) is known color: Crimson. HEX triplet: D8, 1A and 4F. RGB value is (216,26,79). Sum of RGB (Red+Green+Blue) = 216+26+79=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A4F is #27E5B0. Grayscale: #585858. Windows color (decimal): -2614705 or 5184216. OLE color: 5184216.

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

Color convert

RGB 216 26 79 -
CMYK 0 0.88 0.63 0.15
HSL 343.26º 0.79% 0.47% -
HSV(B) 343.26º 0.88% 0.85% -
XYZ 30.1 15.9 8.88 -
YUV 88.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 216 26 79 0 0.88 0.63 0.15 343.26 0.79 0.47
Hex D8 1A 4F 0 58 3F F 157 4F 2F
Octal 330 32 117 0 130 77 17 527 117 57
Binary 11011000 11010 1001111 0 1011000 111111 1111 101010111 1001111 101111

Color Harmonies of #D81A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A4F

Black with #D81A4F

Text Example


Text Example

White with #D81A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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