Html Css Color HEX #D1022D Crimson

📋 copy color: '#D1022D'

red 209 ◦ green 2 ◦ blue 45

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

Shades of Crimson #D1022D

Tints of Crimson #D1022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 81.64%
G = 0.78%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1022D (or 0xD1022D) is known color: Crimson. HEX triplet: D1, 02 and 2D. RGB value is (209,2,45). Sum of RGB (Red+Green+Blue) = 209+2+45=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D1022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1022D is #2EFDD2. Grayscale: #444444. Windows color (decimal): -3079635 or 2949841. OLE color: 2949841.

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

Color convert

RGB 209 2 45 -
CMYK 0 0.99 0.78 0.18
HSL 347.54º 0.98% 0.41% -
HSV(B) 347.54º 0.99% 0.82% -
XYZ 26.79 13.79 3.73 -
YUV 68.8 114.58 228 -
System Red Green Blue C M Y K H S L
Decimal 209 2 45 0 0.99 0.78 0.18 347.54 0.98 0.41
Hex D1 2 2D 0 63 4E 12 15C 62 29
Octal 321 2 55 0 143 116 22 534 142 51
Binary 11010001 10 101101 0 1100011 1001110 10010 101011100 1100010 101001

Color Harmonies of #D1022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1022D

Black with #D1022D

Text Example


Text Example

White with #D1022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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