Html Css Color HEX #D40D45 Crimson

📋 copy color: '#D40D45'

red 212 ◦ green 13 ◦ blue 69

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

Shades of Crimson #D40D45

Tints of Crimson #D40D45

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.42%

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

R = 72.11%
G = 4.42%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D40D45 (or 0xD40D45) is known color: Crimson. HEX triplet: D4, 0D and 45. RGB value is (212,13,69). Sum of RGB (Red+Green+Blue) = 212+13+69=294 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.11% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40D45 is #2BF2BA. Grayscale: #4E4E4E. Windows color (decimal): -2880187 or 4525524. OLE color: 4525524.

HSL color Cylindrical-coordinate representation of color #D40D45: hue angle of 343.12º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D45 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 69 -
CMYK 0 0.94 0.67 0.17
HSL 343.12º 0.88% 0.44% -
HSV(B) 343.12º 0.94% 0.83% -
XYZ 28.37 14.71 6.98 -
YUV 78.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 212 13 69 0 0.94 0.67 0.17 343.12 0.88 0.44
Hex D4 D 45 0 5E 43 11 157 58 2C
Octal 324 15 105 0 136 103 21 527 130 54
Binary 11010100 1101 1000101 0 1011110 1000011 10001 101010111 1011000 101100

Color Harmonies of #D40D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D45

Black with #D40D45

Text Example


Text Example

White with #D40D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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