Html Css Color HEX #D80243 Crimson

📋 copy color: '#D80243'

red 216 ◦ green 2 ◦ blue 67

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

Shades of Crimson #D80243

Tints of Crimson #D80243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 75.79%
G = 0.7%
B = 23.51%

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

#D80243 (or 0xD80243) is known color: Crimson. HEX triplet: D8, 02 and 43. RGB value is (216,2,67). Sum of RGB (Red+Green+Blue) = 216+2+67=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D80243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80243 is #27FDBC. Grayscale: #494949. Windows color (decimal): -2620861 or 4391640. OLE color: 4391640.

HSL color Cylindrical-coordinate representation of color #D80243: hue angle of 341.78º 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 #D80243 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 67 -
CMYK 0 0.99 0.69 0.15
HSL 341.78º 0.98% 0.43% -
HSV(B) 341.78º 0.99% 0.85% -
XYZ 29.35 15.05 6.67 -
YUV 73.4 124.4 229.71 -
System Red Green Blue C M Y K H S L
Decimal 216 2 67 0 0.99 0.69 0.15 341.78 0.98 0.43
Hex D8 2 43 0 63 45 F 156 62 2B
Octal 330 2 103 0 143 105 17 526 142 53
Binary 11011000 10 1000011 0 1100011 1000101 1111 101010110 1100010 101011

Color Harmonies of #D80243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80243

Black with #D80243

Text Example


Text Example

White with #D80243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80243; }

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

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

background-color css

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

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

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

border-color css

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

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

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