Html Css Color HEX #D40145 Crimson

📋 copy color: '#D40145'

red 212 ◦ green 1 ◦ blue 69

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

Shades of Crimson #D40145

Tints of Crimson #D40145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.47%

R = 75.18%
G = 0.35%
B = 24.47%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D40145 (or 0xD40145) is known color: Crimson. HEX triplet: D4, 01 and 45. RGB value is (212,1,69). Sum of RGB (Red+Green+Blue) = 212+1+69=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40145 is #2BFEBA. Grayscale: #474747. Windows color (decimal): -2883259 or 4522452. OLE color: 4522452.

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

Color convert

RGB 212 1 69 -
CMYK 0 1.00 0.67 0.17
HSL 340.66º 0.99% 0.42% -
HSV(B) 340.66º 1% 0.83% -
XYZ 28.24 14.45 6.93 -
YUV 71.84 126.4 227.97 -
System Red Green Blue C M Y K H S L
Decimal 212 1 69 0 1.00 0.67 0.17 340.66 0.99 0.42
Hex D4 1 45 0 64 43 11 155 63 2A
Octal 324 1 105 0 144 103 21 525 143 52
Binary 11010100 1 1000101 0 1100100 1000011 10001 101010101 1100011 101010

Color Harmonies of #D40145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40145

Black with #D40145

Text Example


Text Example

White with #D40145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40145; }

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

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

background-color css

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

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

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

border-color css

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

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

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