Html Css Color HEX #D20142 Crimson

📋 copy color: '#D20142'

red 210 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D20142

Tints of Crimson #D20142

RGB

 RED value IS 210 (82.42% from 255) = 75.81%

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 75.81%
G = 0.36%
B = 23.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D20142 (or 0xD20142) is known color: Crimson. HEX triplet: D2, 01 and 42. RGB value is (210,1,66). Sum of RGB (Red+Green+Blue) = 210+1+66=277 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.81% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 210 - color contains mainly: red. Hex color #D20142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20142 is #2DFEBD. Grayscale: #464646. Windows color (decimal): -3014334 or 4325842. OLE color: 4325842.

HSL color Cylindrical-coordinate representation of color #D20142: hue angle of 341.34º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20142 is Cyan = 0, Magento = 1.00, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 66 -
CMYK 0 1.00 0.69 0.18
HSL 341.34º 0.99% 0.41% -
HSV(B) 341.34º 1% 0.82% -
XYZ 27.57 14.12 6.43 -
YUV 70.9 125.24 227.21 -
System Red Green Blue C M Y K H S L
Decimal 210 1 66 0 1.00 0.69 0.18 341.34 0.99 0.41
Hex D2 1 42 0 64 45 12 155 63 29
Octal 322 1 102 0 144 105 22 525 143 51
Binary 11010010 1 1000010 0 1100100 1000101 10010 101010101 1100011 101001

Color Harmonies of #D20142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20142

Black with #D20142

Text Example


Text Example

White with #D20142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20142; }

 p { color: rgb(210,1,66); }

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

background-color css

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

 a { background-color: rgb(210,1,66); }

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

border-color css

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

 span { border-color: rgb(210,1,66); }

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