Html Css Color HEX #D1042D Crimson

📋 copy color: '#D1042D'

red 209 ◦ green 4 ◦ blue 45

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

Shades of Crimson #D1042D

Tints of Crimson #D1042D

RGB

 RED value IS 209 (82.03% from 255) = 81.01%

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

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 81.01%
G = 1.55%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1042D (or 0xD1042D) is known color: Crimson. HEX triplet: D1, 04 and 2D. RGB value is (209,4,45). Sum of RGB (Red+Green+Blue) = 209+4+45=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D1042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1042D is #2EFBD2. Grayscale: #464646. Windows color (decimal): -3079123 or 2950353. OLE color: 2950353.

HSL color Cylindrical-coordinate representation of color #D1042D: hue angle of 348º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1042D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 45 -
CMYK 0 0.98 0.78 0.18
HSL 348º 0.96% 0.42% -
HSV(B) 348º 0.98% 0.82% -
XYZ 26.81 13.83 3.74 -
YUV 69.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 209 4 45 0 0.98 0.78 0.18 348 0.96 0.42
Hex D1 4 2D 0 62 4E 12 15C 60 2A
Octal 321 4 55 0 142 116 22 534 140 52
Binary 11010001 100 101101 0 1100010 1001110 10010 101011100 1100000 101010

Color Harmonies of #D1042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1042D

Black with #D1042D

Text Example


Text Example

White with #D1042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1042D; }

 p { color: rgb(209,4,45); }

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

background-color css

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

 a { background-color: rgb(209,4,45); }

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

border-color css

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

 span { border-color: rgb(209,4,45); }

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