Html Css Color HEX #D1083A Crimson

📋 copy color: '#D1083A'

red 209 ◦ green 8 ◦ blue 58

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

Shades of Crimson #D1083A

Tints of Crimson #D1083A

RGB

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

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

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

R = 76%
G = 2.91%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1083A (or 0xD1083A) is known color: Crimson. HEX triplet: D1, 08 and 3A. RGB value is (209,8,58). Sum of RGB (Red+Green+Blue) = 209+8+58=275 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 209 - color contains mainly: red. Hex color #D1083A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1083A is #2EF7C5. Grayscale: #494949. Windows color (decimal): -3078086 or 3803345. OLE color: 3803345.

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

Color convert

RGB 209 8 58 -
CMYK 0 0.96 0.72 0.18
HSL 345.07º 0.93% 0.43% -
HSV(B) 345.07º 0.96% 0.82% -
XYZ 27.15 14.03 5.28 -
YUV 73.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 209 8 58 0 0.96 0.72 0.18 345.07 0.93 0.43
Hex D1 8 3A 0 60 48 12 159 5D 2B
Octal 321 10 72 0 140 110 22 531 135 53
Binary 11010001 1000 111010 0 1100000 1001000 10010 101011001 1011101 101011

Color Harmonies of #D1083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1083A

Black with #D1083A

Text Example


Text Example

White with #D1083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1083A; }

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

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

background-color css

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

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

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

border-color css

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

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

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