Html Css Color HEX #D81634 Crimson

📋 copy color: '#D81634'

red 216 ◦ green 22 ◦ blue 52

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

Shades of Crimson #D81634

Tints of Crimson #D81634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 74.48%
G = 7.59%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81634 (or 0xD81634) is known color: Crimson. HEX triplet: D8, 16 and 34. RGB value is (216,22,52). Sum of RGB (Red+Green+Blue) = 216+22+52=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81634 is #27E9CB. Grayscale: #535353. Windows color (decimal): -2615756 or 3413720. OLE color: 3413720.

HSL color Cylindrical-coordinate representation of color #D81634: hue angle of 350.72º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81634 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 52 -
CMYK 0 0.90 0.76 0.15
HSL 350.72º 0.82% 0.47% -
HSV(B) 350.72º 0.9% 0.85% -
XYZ 29.23 15.42 4.68 -
YUV 83.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 216 22 52 0 0.90 0.76 0.15 350.72 0.82 0.47
Hex D8 16 34 0 5A 4C F 15F 52 2F
Octal 330 26 64 0 132 114 17 537 122 57
Binary 11011000 10110 110100 0 1011010 1001100 1111 101011111 1010010 101111

Color Harmonies of #D81634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81634

Black with #D81634

Text Example


Text Example

White with #D81634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81634; }

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

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

background-color css

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

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

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

border-color css

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

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

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