Html Css Color HEX #D81434 Crimson

📋 copy color: '#D81434'

red 216 ◦ green 20 ◦ blue 52

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

Shades of Crimson #D81434

Tints of Crimson #D81434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.94%

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 75%
G = 6.94%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81434 (or 0xD81434) is known color: Crimson. HEX triplet: D8, 14 and 34. RGB value is (216,20,52). Sum of RGB (Red+Green+Blue) = 216+20+52=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D81434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81434 is #27EBCB. Grayscale: #525252. Windows color (decimal): -2616268 or 3413208. OLE color: 3413208.

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

Color convert

RGB 216 20 52 -
CMYK 0 0.91 0.76 0.15
HSL 350.2º 0.83% 0.46% -
HSV(B) 350.2º 0.91% 0.85% -
XYZ 29.19 15.35 4.67 -
YUV 82.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 216 20 52 0 0.91 0.76 0.15 350.2 0.83 0.46
Hex D8 14 34 0 5B 4C F 15E 53 2E
Octal 330 24 64 0 133 114 17 536 123 56
Binary 11011000 10100 110100 0 1011011 1001100 1111 101011110 1010011 101110

Color Harmonies of #D81434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81434

Black with #D81434

Text Example


Text Example

White with #D81434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81434; }

 p { color: rgb(216,20,52); }

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

background-color css

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

 a { background-color: rgb(216,20,52); }

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

border-color css

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

 span { border-color: rgb(216,20,52); }

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