Html Css Color HEX #D1003A Crimson

📋 copy color: '#D1003A'

red 209 ◦ green 0 ◦ blue 58

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

Shades of Crimson #D1003A

Tints of Crimson #D1003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 78.28%
G = 0%
B = 21.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1003A (or 0xD1003A) is known color: Crimson. HEX triplet: D1, 00 and 3A. RGB value is (209,0,58). Sum of RGB (Red+Green+Blue) = 209+0+58=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D1003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1003A is #2EFFC5. Grayscale: #454545. Windows color (decimal): -3080134 or 3801297. OLE color: 3801297.

HSL color Cylindrical-coordinate representation of color #D1003A: hue angle of 343.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1003A is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 58 -
CMYK 0 1 0.72 0.18
HSL 343.35º 1% 0.41% -
HSV(B) 343.35º 1% 0.82% -
XYZ 27.06 13.86 5.25 -
YUV 69.1 121.74 227.78 -
System Red Green Blue C M Y K H S L
Decimal 209 0 58 0 1 0.72 0.18 343.35 1 0.41
Hex D1 0 3A 0 64 48 12 157 64 29
Octal 321 0 72 0 144 110 22 527 144 51
Binary 11010001 0 111010 0 1100100 1001000 10010 101010111 1100100 101001

Color Harmonies of #D1003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1003A

Black with #D1003A

Text Example


Text Example

White with #D1003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1003A; }

 p { color: rgb(209,0,58); }

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

background-color css

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

 a { background-color: rgb(209,0,58); }

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

border-color css

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

 span { border-color: rgb(209,0,58); }

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