Html Css Color HEX #D40346 Crimson

📋 copy color: '#D40346'

red 212 ◦ green 3 ◦ blue 70

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

Shades of Crimson #D40346

Tints of Crimson #D40346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 74.39%
G = 1.05%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D40346 (or 0xD40346) is known color: Crimson. HEX triplet: D4, 03 and 46. RGB value is (212,3,70). Sum of RGB (Red+Green+Blue) = 212+3+70=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D40346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40346 is #2BFCB9. Grayscale: #494949. Windows color (decimal): -2882746 or 4588500. OLE color: 4588500.

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

Color convert

RGB 212 3 70 -
CMYK 0 0.99 0.67 0.17
HSL 340.77º 0.97% 0.42% -
HSV(B) 340.77º 0.99% 0.83% -
XYZ 28.29 14.5 7.1 -
YUV 73.13 126.24 227.05 -
System Red Green Blue C M Y K H S L
Decimal 212 3 70 0 0.99 0.67 0.17 340.77 0.97 0.42
Hex D4 3 46 0 63 43 11 155 61 2A
Octal 324 3 106 0 143 103 21 525 141 52
Binary 11010100 11 1000110 0 1100011 1000011 10001 101010101 1100001 101010

Color Harmonies of #D40346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40346

Black with #D40346

Text Example


Text Example

White with #D40346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40346; }

 p { color: rgb(212,3,70); }

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

background-color css

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

 a { background-color: rgb(212,3,70); }

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

border-color css

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

 span { border-color: rgb(212,3,70); }

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