Html Css Color HEX #D40142 Crimson

📋 copy color: '#D40142'

red 212 ◦ green 1 ◦ blue 66

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

Shades of Crimson #D40142

Tints of Crimson #D40142

RGB

 RED value IS 212 (83.2% from 255) = 75.99%

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

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

R = 75.99%
G = 0.36%
B = 23.66%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D40142 (or 0xD40142) is known color: Crimson. HEX triplet: D4, 01 and 42. RGB value is (212,1,66). Sum of RGB (Red+Green+Blue) = 212+1+66=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D40142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40142 is #2BFEBD. Grayscale: #474747. Windows color (decimal): -2883262 or 4325844. OLE color: 4325844.

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

Color convert

RGB 212 1 66 -
CMYK 0 1.00 0.69 0.17
HSL 341.52º 0.99% 0.42% -
HSV(B) 341.52º 1% 0.83% -
XYZ 28.15 14.41 6.45 -
YUV 71.5 124.9 228.21 -
System Red Green Blue C M Y K H S L
Decimal 212 1 66 0 1.00 0.69 0.17 341.52 0.99 0.42
Hex D4 1 42 0 64 45 11 156 63 2A
Octal 324 1 102 0 144 105 21 526 143 52
Binary 11010100 1 1000010 0 1100100 1000101 10001 101010110 1100011 101010

Color Harmonies of #D40142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40142

Black with #D40142

Text Example


Text Example

White with #D40142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40142; }

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

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

background-color css

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

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

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

border-color css

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

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

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