Html Css Color HEX #D8042B Crimson

📋 copy color: '#D8042B'

red 216 ◦ green 4 ◦ blue 43

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

Shades of Crimson #D8042B

Tints of Crimson #D8042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 82.13%
G = 1.52%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8042B (or 0xD8042B) is known color: Crimson. HEX triplet: D8, 04 and 2B. RGB value is (216,4,43). Sum of RGB (Red+Green+Blue) = 216+4+43=263 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.13% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 216 - color contains mainly: red. Hex color #D8042B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8042B is #27FBD4. Grayscale: #474747. Windows color (decimal): -2620373 or 2819288. OLE color: 2819288.

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

Color convert

RGB 216 4 43 -
CMYK 0 0.98 0.80 0.15
HSL 348.96º 0.96% 0.43% -
HSV(B) 348.96º 0.98% 0.85% -
XYZ 28.8 14.86 3.64 -
YUV 71.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 216 4 43 0 0.98 0.80 0.15 348.96 0.96 0.43
Hex D8 4 2B 0 62 50 F 15D 60 2B
Octal 330 4 53 0 142 120 17 535 140 53
Binary 11011000 100 101011 0 1100010 1010000 1111 101011101 1100000 101011

Color Harmonies of #D8042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8042B

Black with #D8042B

Text Example


Text Example

White with #D8042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8042B; }

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

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

background-color css

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

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

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

border-color css

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

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

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