Html Css Color HEX #D81A34 Crimson

📋 copy color: '#D81A34'

red 216 ◦ green 26 ◦ blue 52

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

Shades of Crimson #D81A34

Tints of Crimson #D81A34

RGB

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

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

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

R = 73.47%
G = 8.84%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D81A34 (or 0xD81A34) is known color: Crimson. HEX triplet: D8, 1A and 34. RGB value is (216,26,52). Sum of RGB (Red+Green+Blue) = 216+26+52=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A34 is #27E5CB. Grayscale: #555555. Windows color (decimal): -2614732 or 3414744. OLE color: 3414744.

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

Color convert

RGB 216 26 52 -
CMYK 0 0.88 0.76 0.15
HSL 351.79º 0.79% 0.47% -
HSV(B) 351.79º 0.88% 0.85% -
XYZ 29.31 15.59 4.71 -
YUV 85.77 108.95 220.89 -
System Red Green Blue C M Y K H S L
Decimal 216 26 52 0 0.88 0.76 0.15 351.79 0.79 0.47
Hex D8 1A 34 0 58 4C F 160 4F 2F
Octal 330 32 64 0 130 114 17 540 117 57
Binary 11011000 11010 110100 0 1011000 1001100 1111 101100000 1001111 101111

Color Harmonies of #D81A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A34

Black with #D81A34

Text Example


Text Example

White with #D81A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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