Html Css Color HEX #D81236 Crimson

📋 copy color: '#D81236'

red 216 ◦ green 18 ◦ blue 54

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

Shades of Crimson #D81236

Tints of Crimson #D81236

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 54 (21.48% from 255) = 18.75%

R = 75%
G = 6.25%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81236 (or 0xD81236) is known color: Crimson. HEX triplet: D8, 12 and 36. RGB value is (216,18,54). Sum of RGB (Red+Green+Blue) = 216+18+54=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D81236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81236 is #27EDC9. Grayscale: #515151. Windows color (decimal): -2616778 or 3543768. OLE color: 3543768.

HSL color Cylindrical-coordinate representation of color #D81236: hue angle of 349.09º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81236 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 18 54 -
CMYK 0 0.92 0.75 0.15
HSL 349.09º 0.85% 0.46% -
HSV(B) 349.09º 0.92% 0.85% -
XYZ 29.2 15.3 4.9 -
YUV 81.31 112.6 224.07 -
System Red Green Blue C M Y K H S L
Decimal 216 18 54 0 0.92 0.75 0.15 349.09 0.85 0.46
Hex D8 12 36 0 5C 4B F 15D 55 2E
Octal 330 22 66 0 134 113 17 535 125 56
Binary 11011000 10010 110110 0 1011100 1001011 1111 101011101 1010101 101110

Color Harmonies of #D81236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81236

Black with #D81236

Text Example


Text Example

White with #D81236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81236; }

 p { color: rgb(216,18,54); }

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

background-color css

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

 a { background-color: rgb(216,18,54); }

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

border-color css

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

 span { border-color: rgb(216,18,54); }

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