Html Css Color HEX #D1083E Crimson

📋 copy color: '#D1083E'

red 209 ◦ green 8 ◦ blue 62

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

Shades of Crimson #D1083E

Tints of Crimson #D1083E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

 BLUE value IS 62 (24.61% from 255) = 22.22%

R = 74.91%
G = 2.87%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1083E (or 0xD1083E) is known color: Crimson. HEX triplet: D1, 08 and 3E. RGB value is (209,8,62). Sum of RGB (Red+Green+Blue) = 209+8+62=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D1083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1083E is #2EF7C1. Grayscale: #4A4A4A. Windows color (decimal): -3078082 or 4065489. OLE color: 4065489.

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

Color convert

RGB 209 8 62 -
CMYK 0 0.96 0.70 0.18
HSL 343.88º 0.93% 0.43% -
HSV(B) 343.88º 0.96% 0.82% -
XYZ 27.25 14.08 5.84 -
YUV 74.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 209 8 62 0 0.96 0.70 0.18 343.88 0.93 0.43
Hex D1 8 3E 0 60 46 12 158 5D 2B
Octal 321 10 76 0 140 106 22 530 135 53
Binary 11010001 1000 111110 0 1100000 1000110 10010 101011000 1011101 101011

Color Harmonies of #D1083E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1083E

Black with #D1083E

Text Example


Text Example

White with #D1083E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1083E; }

 p { color: rgb(209,8,62); }

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

background-color css

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

 a { background-color: rgb(209,8,62); }

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

border-color css

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

 span { border-color: rgb(209,8,62); }

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