Html Css Color HEX #D8043F Crimson

📋 copy color: '#D8043F'

red 216 ◦ green 4 ◦ blue 63

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

Shades of Crimson #D8043F

Tints of Crimson #D8043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 76.33%
G = 1.41%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D8043F (or 0xD8043F) is known color: Crimson. HEX triplet: D8, 04 and 3F. RGB value is (216,4,63). Sum of RGB (Red+Green+Blue) = 216+4+63=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8043F is #27FBC0. Grayscale: #4A4A4A. Windows color (decimal): -2620353 or 4130008. OLE color: 4130008.

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

Color convert

RGB 216 4 63 -
CMYK 0 0.98 0.71 0.15
HSL 343.3º 0.96% 0.43% -
HSV(B) 343.3º 0.98% 0.85% -
XYZ 29.26 15.04 6.06 -
YUV 74.11 121.74 229.2 -
System Red Green Blue C M Y K H S L
Decimal 216 4 63 0 0.98 0.71 0.15 343.3 0.96 0.43
Hex D8 4 3F 0 62 47 F 157 60 2B
Octal 330 4 77 0 142 107 17 527 140 53
Binary 11011000 100 111111 0 1100010 1000111 1111 101010111 1100000 101011

Color Harmonies of #D8043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8043F

Black with #D8043F

Text Example


Text Example

White with #D8043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8043F; }

 p { color: rgb(216,4,63); }

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

background-color css

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

 a { background-color: rgb(216,4,63); }

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

border-color css

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

 span { border-color: rgb(216,4,63); }

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