Html Css Color HEX #D81341 Crimson

📋 copy color: '#D81341'

red 216 ◦ green 19 ◦ blue 65

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

Shades of Crimson #D81341

Tints of Crimson #D81341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 65 (25.78% from 255) = 21.67%

R = 72%
G = 6.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81341 (or 0xD81341) is known color: Crimson. HEX triplet: D8, 13 and 41. RGB value is (216,19,65). Sum of RGB (Red+Green+Blue) = 216+19+65=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D81341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81341 is #27ECBE. Grayscale: #535353. Windows color (decimal): -2616511 or 4264920. OLE color: 4264920.

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

Color convert

RGB 216 19 65 -
CMYK 0 0.91 0.70 0.15
HSL 345.99º 0.84% 0.46% -
HSV(B) 345.99º 0.91% 0.85% -
XYZ 29.51 15.45 6.43 -
YUV 83.15 117.77 222.76 -
System Red Green Blue C M Y K H S L
Decimal 216 19 65 0 0.91 0.70 0.15 345.99 0.84 0.46
Hex D8 13 41 0 5B 46 F 15A 54 2E
Octal 330 23 101 0 133 106 17 532 124 56
Binary 11011000 10011 1000001 0 1011011 1000110 1111 101011010 1010100 101110

Color Harmonies of #D81341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81341

Black with #D81341

Text Example


Text Example

White with #D81341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81341; }

 p { color: rgb(216,19,65); }

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

background-color css

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

 a { background-color: rgb(216,19,65); }

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

border-color css

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

 span { border-color: rgb(216,19,65); }

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