Html Css Color HEX #D10838 Crimson

📋 copy color: '#D10838'

red 209 ◦ green 8 ◦ blue 56

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

Shades of Crimson #D10838

Tints of Crimson #D10838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 76.56%
G = 2.93%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D10838 (or 0xD10838) is known color: Crimson. HEX triplet: D1, 08 and 38. RGB value is (209,8,56). Sum of RGB (Red+Green+Blue) = 209+8+56=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D10838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10838 is #2EF7C7. Grayscale: #494949. Windows color (decimal): -3078088 or 3672273. OLE color: 3672273.

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

Color convert

RGB 209 8 56 -
CMYK 0 0.96 0.73 0.18
HSL 345.67º 0.93% 0.43% -
HSV(B) 345.67º 0.96% 0.82% -
XYZ 27.1 14.01 5.02 -
YUV 73.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 209 8 56 0 0.96 0.73 0.18 345.67 0.93 0.43
Hex D1 8 38 0 60 49 12 15A 5D 2B
Octal 321 10 70 0 140 111 22 532 135 53
Binary 11010001 1000 111000 0 1100000 1001001 10010 101011010 1011101 101011

Color Harmonies of #D10838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10838

Black with #D10838

Text Example


Text Example

White with #D10838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10838; }

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

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

background-color css

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

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

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

border-color css

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

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

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