Html Css Color HEX #D81635 Crimson

📋 copy color: '#D81635'

red 216 ◦ green 22 ◦ blue 53

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

Shades of Crimson #D81635

Tints of Crimson #D81635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.56%

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

R = 74.23%
G = 7.56%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81635 (or 0xD81635) is known color: Crimson. HEX triplet: D8, 16 and 35. RGB value is (216,22,53). Sum of RGB (Red+Green+Blue) = 216+22+53=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D81635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81635 is #27E9CA. Grayscale: #535353. Windows color (decimal): -2615755 or 3479256. OLE color: 3479256.

HSL color Cylindrical-coordinate representation of color #D81635: hue angle of 350.41º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81635 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 53 -
CMYK 0 0.90 0.75 0.15
HSL 350.41º 0.82% 0.47% -
HSV(B) 350.41º 0.9% 0.85% -
XYZ 29.25 15.43 4.8 -
YUV 83.54 110.77 222.48 -
System Red Green Blue C M Y K H S L
Decimal 216 22 53 0 0.90 0.75 0.15 350.41 0.82 0.47
Hex D8 16 35 0 5A 4B F 15E 52 2F
Octal 330 26 65 0 132 113 17 536 122 57
Binary 11011000 10110 110101 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #D81635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81635

Black with #D81635

Text Example


Text Example

White with #D81635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81635; }

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

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

background-color css

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

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

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

border-color css

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

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

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