Html Css Color HEX #D81A4B Crimson

📋 copy color: '#D81A4B'

red 216 ◦ green 26 ◦ blue 75

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

Shades of Crimson #D81A4B

Tints of Crimson #D81A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 68.14%
G = 8.2%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D81A4B (or 0xD81A4B) is known color: Crimson. HEX triplet: D8, 1A and 4B. RGB value is (216,26,75). Sum of RGB (Red+Green+Blue) = 216+26+75=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A4B is #27E5B4. Grayscale: #585858. Windows color (decimal): -2614709 or 4922072. OLE color: 4922072.

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

Color convert

RGB 216 26 75 -
CMYK 0 0.88 0.65 0.15
HSL 344.53º 0.79% 0.47% -
HSV(B) 344.53º 0.88% 0.85% -
XYZ 29.96 15.85 8.14 -
YUV 88.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 216 26 75 0 0.88 0.65 0.15 344.53 0.79 0.47
Hex D8 1A 4B 0 58 41 F 159 4F 2F
Octal 330 32 113 0 130 101 17 531 117 57
Binary 11011000 11010 1001011 0 1011000 1000001 1111 101011001 1001111 101111

Color Harmonies of #D81A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A4B

Black with #D81A4B

Text Example


Text Example

White with #D81A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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