Html Css Color HEX #D82444 Crimson

📋 copy color: '#D82444'

red 216 ◦ green 36 ◦ blue 68

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

Shades of Crimson #D82444

Tints of Crimson #D82444

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 67.5%
G = 11.25%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D82444 (or 0xD82444) is known color: Crimson. HEX triplet: D8, 24 and 44. RGB value is (216,36,68). Sum of RGB (Red+Green+Blue) = 216+36+68=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82444 is #27DBBB. Grayscale: #5D5D5D. Windows color (decimal): -2612156 or 4465880. OLE color: 4465880.

HSL color Cylindrical-coordinate representation of color #D82444: hue angle of 349.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82444 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 36 68 -
CMYK 0 0.83 0.69 0.15
HSL 349.33º 0.71% 0.49% -
HSV(B) 349.33º 0.83% 0.85% -
XYZ 29.99 16.28 7.03 -
YUV 93.47 113.63 215.4 -
System Red Green Blue C M Y K H S L
Decimal 216 36 68 0 0.83 0.69 0.15 349.33 0.71 0.49
Hex D8 24 44 0 53 45 F 15D 47 31
Octal 330 44 104 0 123 105 17 535 107 61
Binary 11011000 100100 1000100 0 1010011 1000101 1111 101011101 1000111 110001

Color Harmonies of #D82444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82444

Black with #D82444

Text Example


Text Example

White with #D82444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82444; }

 p { color: rgb(216,36,68); }

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

background-color css

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

 a { background-color: rgb(216,36,68); }

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

border-color css

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

 span { border-color: rgb(216,36,68); }

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