Html Css Color HEX #D10243 Crimson

📋 copy color: '#D10243'

red 209 ◦ green 2 ◦ blue 67

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

Shades of Crimson #D10243

Tints of Crimson #D10243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 75.18%
G = 0.72%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D10243 (or 0xD10243) is known color: Crimson. HEX triplet: D1, 02 and 43. RGB value is (209,2,67). Sum of RGB (Red+Green+Blue) = 209+2+67=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D10243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10243 is #2EFDBC. Grayscale: #474747. Windows color (decimal): -3079613 or 4391633. OLE color: 4391633.

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

Color convert

RGB 209 2 67 -
CMYK 0 0.99 0.68 0.18
HSL 341.16º 0.98% 0.41% -
HSV(B) 341.16º 0.99% 0.82% -
XYZ 27.33 14 6.57 -
YUV 71.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 209 2 67 0 0.99 0.68 0.18 341.16 0.98 0.41
Hex D1 2 43 0 63 44 12 155 62 29
Octal 321 2 103 0 143 104 22 525 142 51
Binary 11010001 10 1000011 0 1100011 1000100 10010 101010101 1100010 101001

Color Harmonies of #D10243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10243

Black with #D10243

Text Example


Text Example

White with #D10243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10243; }

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

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

background-color css

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

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

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

border-color css

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

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

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