Html Css Color HEX #D1083F Crimson

📋 copy color: '#D1083F'

red 209 ◦ green 8 ◦ blue 63

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

Shades of Crimson #D1083F

Tints of Crimson #D1083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 74.64%
G = 2.86%
B = 22.5%

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

#D1083F (or 0xD1083F) is known color: Crimson. HEX triplet: D1, 08 and 3F. RGB value is (209,8,63). Sum of RGB (Red+Green+Blue) = 209+8+63=280 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.64% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 209 - color contains mainly: red. Hex color #D1083F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1083F is #2EF7C0. Grayscale: #4A4A4A. Windows color (decimal): -3078081 or 4131025. OLE color: 4131025.

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

Color convert

RGB 209 8 63 -
CMYK 0 0.96 0.70 0.18
HSL 343.58º 0.93% 0.43% -
HSV(B) 343.58º 0.96% 0.82% -
XYZ 27.28 14.09 5.98 -
YUV 74.37 121.59 224.03 -
System Red Green Blue C M Y K H S L
Decimal 209 8 63 0 0.96 0.70 0.18 343.58 0.93 0.43
Hex D1 8 3F 0 60 46 12 158 5D 2B
Octal 321 10 77 0 140 106 22 530 135 53
Binary 11010001 1000 111111 0 1100000 1000110 10010 101011000 1011101 101011

Color Harmonies of #D1083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1083F

Black with #D1083F

Text Example


Text Example

White with #D1083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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