Html Css Color HEX #D1043D Crimson

📋 copy color: '#D1043D'

red 209 ◦ green 4 ◦ blue 61

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

Shades of Crimson #D1043D

Tints of Crimson #D1043D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 76.28%
G = 1.46%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D1043D (or 0xD1043D) is known color: Crimson. HEX triplet: D1, 04 and 3D. RGB value is (209,4,61). Sum of RGB (Red+Green+Blue) = 209+4+61=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1043D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1043D is #2EFBC2. Grayscale: #474747. Windows color (decimal): -3079107 or 3998929. OLE color: 3998929.

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

Color convert

RGB 209 4 61 -
CMYK 0 0.98 0.71 0.18
HSL 343.32º 0.96% 0.42% -
HSV(B) 343.32º 0.98% 0.82% -
XYZ 27.18 13.98 5.68 -
YUV 71.79 121.92 225.87 -
System Red Green Blue C M Y K H S L
Decimal 209 4 61 0 0.98 0.71 0.18 343.32 0.96 0.42
Hex D1 4 3D 0 62 47 12 157 60 2A
Octal 321 4 75 0 142 107 22 527 140 52
Binary 11010001 100 111101 0 1100010 1000111 10010 101010111 1100000 101010

Color Harmonies of #D1043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1043D

Black with #D1043D

Text Example


Text Example

White with #D1043D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1043D; }

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

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

background-color css

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

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

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

border-color css

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

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

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