Html Css Color HEX #D40344 Crimson

📋 copy color: '#D40344'

red 212 ◦ green 3 ◦ blue 68

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

Shades of Crimson #D40344

Tints of Crimson #D40344

RGB

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

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

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

R = 74.91%
G = 1.06%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D40344 (or 0xD40344) is known color: Crimson. HEX triplet: D4, 03 and 44. RGB value is (212,3,68). Sum of RGB (Red+Green+Blue) = 212+3+68=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D40344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40344 is #2BFCBB. Grayscale: #484848. Windows color (decimal): -2882748 or 4457428. OLE color: 4457428.

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

Color convert

RGB 212 3 68 -
CMYK 0 0.99 0.68 0.17
HSL 341.34º 0.97% 0.42% -
HSV(B) 341.34º 0.99% 0.83% -
XYZ 28.23 14.48 6.78 -
YUV 72.9 125.24 227.21 -
System Red Green Blue C M Y K H S L
Decimal 212 3 68 0 0.99 0.68 0.17 341.34 0.97 0.42
Hex D4 3 44 0 63 44 11 155 61 2A
Octal 324 3 104 0 143 104 21 525 141 52
Binary 11010100 11 1000100 0 1100011 1000100 10001 101010101 1100001 101010

Color Harmonies of #D40344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40344

Black with #D40344

Text Example


Text Example

White with #D40344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40344; }

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

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

background-color css

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

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

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

border-color css

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

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

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