Html Css Color HEX #D40343 Crimson

📋 copy color: '#D40343'

red 212 ◦ green 3 ◦ blue 67

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

Shades of Crimson #D40343

Tints of Crimson #D40343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 75.18%
G = 1.06%
B = 23.76%

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

#D40343 (or 0xD40343) is known color: Crimson. HEX triplet: D4, 03 and 43. RGB value is (212,3,67). Sum of RGB (Red+Green+Blue) = 212+3+67=282 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.18% from 282); Green value is 3 (1.56% from 255 or 1.06% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 212 - color contains mainly: red. Hex color #D40343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40343 is #2BFCBC. Grayscale: #484848. Windows color (decimal): -2882749 or 4391892. OLE color: 4391892.

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

Color convert

RGB 212 3 67 -
CMYK 0 0.99 0.68 0.17
HSL 341.63º 0.97% 0.42% -
HSV(B) 341.63º 0.99% 0.83% -
XYZ 28.2 14.47 6.62 -
YUV 72.79 124.74 227.3 -
System Red Green Blue C M Y K H S L
Decimal 212 3 67 0 0.99 0.68 0.17 341.63 0.97 0.42
Hex D4 3 43 0 63 44 11 156 61 2A
Octal 324 3 103 0 143 104 21 526 141 52
Binary 11010100 11 1000011 0 1100011 1000100 10001 101010110 1100001 101010

Color Harmonies of #D40343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40343

Black with #D40343

Text Example


Text Example

White with #D40343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40343; }

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

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

background-color css

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

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

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

border-color css

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

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

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