Html Css Color HEX #D40144 Crimson

📋 copy color: '#D40144'

red 212 ◦ green 1 ◦ blue 68

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

Shades of Crimson #D40144

Tints of Crimson #D40144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 75.44%
G = 0.36%
B = 24.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D40144 (or 0xD40144) is known color: Crimson. HEX triplet: D4, 01 and 44. RGB value is (212,1,68). Sum of RGB (Red+Green+Blue) = 212+1+68=281 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.44% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 212 - color contains mainly: red. Hex color #D40144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40144 is #2BFEBB. Grayscale: #474747. Windows color (decimal): -2883260 or 4456916. OLE color: 4456916.

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

Color convert

RGB 212 1 68 -
CMYK 0 1.00 0.68 0.17
HSL 340.95º 0.99% 0.42% -
HSV(B) 340.95º 1% 0.83% -
XYZ 28.21 14.44 6.77 -
YUV 71.73 125.9 228.05 -
System Red Green Blue C M Y K H S L
Decimal 212 1 68 0 1.00 0.68 0.17 340.95 0.99 0.42
Hex D4 1 44 0 64 44 11 155 63 2A
Octal 324 1 104 0 144 104 21 525 143 52
Binary 11010100 1 1000100 0 1100100 1000100 10001 101010101 1100011 101010

Color Harmonies of #D40144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40144

Black with #D40144

Text Example


Text Example

White with #D40144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40144; }

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

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

background-color css

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

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

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

border-color css

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

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

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