Html Css Color HEX #D10242 Crimson

📋 copy color: '#D10242'

red 209 ◦ green 2 ◦ blue 66

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

Shades of Crimson #D10242

Tints of Crimson #D10242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 75.45%
G = 0.72%
B = 23.83%

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

#D10242 (or 0xD10242) is known color: Crimson. HEX triplet: D1, 02 and 42. RGB value is (209,2,66). Sum of RGB (Red+Green+Blue) = 209+2+66=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D10242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10242 is #2EFDBD. Grayscale: #474747. Windows color (decimal): -3079614 or 4326097. OLE color: 4326097.

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

Color convert

RGB 209 2 66 -
CMYK 0 0.99 0.68 0.18
HSL 341.45º 0.98% 0.41% -
HSV(B) 341.45º 0.99% 0.82% -
XYZ 27.3 13.99 6.42 -
YUV 71.19 125.08 226.3 -
System Red Green Blue C M Y K H S L
Decimal 209 2 66 0 0.99 0.68 0.18 341.45 0.98 0.41
Hex D1 2 42 0 63 44 12 155 62 29
Octal 321 2 102 0 143 104 22 525 142 51
Binary 11010001 10 1000010 0 1100011 1000100 10010 101010101 1100010 101001

Color Harmonies of #D10242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10242

Black with #D10242

Text Example


Text Example

White with #D10242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10242; }

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

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

background-color css

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

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

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

border-color css

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

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

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