Html Css Color HEX #D81035 Crimson

📋 copy color: '#D81035'

red 216 ◦ green 16 ◦ blue 53

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

Shades of Crimson #D81035

Tints of Crimson #D81035

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 53 (21.09% from 255) = 18.6%

R = 75.79%
G = 5.61%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81035 (or 0xD81035) is known color: Crimson. HEX triplet: D8, 10 and 35. RGB value is (216,16,53). Sum of RGB (Red+Green+Blue) = 216+16+53=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D81035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81035 is #27EFCA. Grayscale: #505050. Windows color (decimal): -2617291 or 3477720. OLE color: 3477720.

HSL color Cylindrical-coordinate representation of color #D81035: hue angle of 348.9º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81035 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 53 -
CMYK 0 0.93 0.75 0.15
HSL 348.9º 0.86% 0.45% -
HSV(B) 348.9º 0.93% 0.85% -
XYZ 29.15 15.23 4.77 -
YUV 80.02 112.76 224.99 -
System Red Green Blue C M Y K H S L
Decimal 216 16 53 0 0.93 0.75 0.15 348.9 0.86 0.45
Hex D8 10 35 0 5D 4B F 15D 56 2D
Octal 330 20 65 0 135 113 17 535 126 55
Binary 11011000 10000 110101 0 1011101 1001011 1111 101011101 1010110 101101

Color Harmonies of #D81035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81035

Black with #D81035

Text Example


Text Example

White with #D81035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81035; }

 p { color: rgb(216,16,53); }

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

background-color css

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

 a { background-color: rgb(216,16,53); }

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

border-color css

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

 span { border-color: rgb(216,16,53); }

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