Html Css Color HEX #D81432 Crimson

📋 copy color: '#D81432'

red 216 ◦ green 20 ◦ blue 50

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

Shades of Crimson #D81432

Tints of Crimson #D81432

RGB

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

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

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

R = 75.52%
G = 6.99%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81432 (or 0xD81432) is known color: Crimson. HEX triplet: D8, 14 and 32. RGB value is (216,20,50). Sum of RGB (Red+Green+Blue) = 216+20+50=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81432 is #27EBCD. Grayscale: #525252. Windows color (decimal): -2616270 or 3282136. OLE color: 3282136.

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

Color convert

RGB 216 20 50 -
CMYK 0 0.91 0.77 0.15
HSL 350.82º 0.83% 0.46% -
HSV(B) 350.82º 0.91% 0.85% -
XYZ 29.14 15.33 4.44 -
YUV 82.02 109.93 223.56 -
System Red Green Blue C M Y K H S L
Decimal 216 20 50 0 0.91 0.77 0.15 350.82 0.83 0.46
Hex D8 14 32 0 5B 4D F 15F 53 2E
Octal 330 24 62 0 133 115 17 537 123 56
Binary 11011000 10100 110010 0 1011011 1001101 1111 101011111 1010011 101110

Color Harmonies of #D81432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81432

Black with #D81432

Text Example


Text Example

White with #D81432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81432; }

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

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

background-color css

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

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

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

border-color css

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

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

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