Html Css Color HEX #D80244 Crimson

📋 copy color: '#D80244'

red 216 ◦ green 2 ◦ blue 68

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

Shades of Crimson #D80244

Tints of Crimson #D80244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 75.52%
G = 0.7%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D80244 (or 0xD80244) is known color: Crimson. HEX triplet: D8, 02 and 44. RGB value is (216,2,68). Sum of RGB (Red+Green+Blue) = 216+2+68=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D80244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80244 is #27FDBB. Grayscale: #494949. Windows color (decimal): -2620860 or 4457176. OLE color: 4457176.

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

Color convert

RGB 216 2 68 -
CMYK 0 0.99 0.69 0.15
HSL 341.5º 0.98% 0.43% -
HSV(B) 341.5º 0.99% 0.85% -
XYZ 29.38 15.06 6.83 -
YUV 73.51 124.9 229.63 -
System Red Green Blue C M Y K H S L
Decimal 216 2 68 0 0.99 0.69 0.15 341.5 0.98 0.43
Hex D8 2 44 0 63 45 F 155 62 2B
Octal 330 2 104 0 143 105 17 525 142 53
Binary 11011000 10 1000100 0 1100011 1000101 1111 101010101 1100010 101011

Color Harmonies of #D80244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80244

Black with #D80244

Text Example


Text Example

White with #D80244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80244; }

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

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

background-color css

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

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

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

border-color css

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

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

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