Html Css Color HEX #D81A32 Crimson

📋 copy color: '#D81A32'

red 216 ◦ green 26 ◦ blue 50

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

Shades of Crimson #D81A32

Tints of Crimson #D81A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 73.97%
G = 8.9%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81A32 (or 0xD81A32) is known color: Crimson. HEX triplet: D8, 1A and 32. RGB value is (216,26,50). Sum of RGB (Red+Green+Blue) = 216+26+50=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A32 is #27E5CD. Grayscale: #555555. Windows color (decimal): -2614734 or 3283672. OLE color: 3283672.

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

Color convert

RGB 216 26 50 -
CMYK 0 0.88 0.77 0.15
HSL 352.42º 0.79% 0.47% -
HSV(B) 352.42º 0.88% 0.85% -
XYZ 29.26 15.57 4.48 -
YUV 85.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 216 26 50 0 0.88 0.77 0.15 352.42 0.79 0.47
Hex D8 1A 32 0 58 4D F 160 4F 2F
Octal 330 32 62 0 130 115 17 540 117 57
Binary 11011000 11010 110010 0 1011000 1001101 1111 101100000 1001111 101111

Color Harmonies of #D81A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A32

Black with #D81A32

Text Example


Text Example

White with #D81A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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