Html Css Color HEX #D40341 Crimson

📋 copy color: '#D40341'

red 212 ◦ green 3 ◦ blue 65

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

Shades of Crimson #D40341

Tints of Crimson #D40341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 75.71%
G = 1.07%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D40341 (or 0xD40341) is known color: Crimson. HEX triplet: D4, 03 and 41. RGB value is (212,3,65). Sum of RGB (Red+Green+Blue) = 212+3+65=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D40341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40341 is #2BFCBE. Grayscale: #484848. Windows color (decimal): -2882751 or 4260820. OLE color: 4260820.

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

Color convert

RGB 212 3 65 -
CMYK 0 0.99 0.69 0.17
HSL 342.2º 0.97% 0.42% -
HSV(B) 342.2º 0.99% 0.83% -
XYZ 28.14 14.44 6.31 -
YUV 72.56 123.74 227.46 -
System Red Green Blue C M Y K H S L
Decimal 212 3 65 0 0.99 0.69 0.17 342.2 0.97 0.42
Hex D4 3 41 0 63 45 11 156 61 2A
Octal 324 3 101 0 143 105 21 526 141 52
Binary 11010100 11 1000001 0 1100011 1000101 10001 101010110 1100001 101010

Color Harmonies of #D40341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40341

Black with #D40341

Text Example


Text Example

White with #D40341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40341; }

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

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

background-color css

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

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

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

border-color css

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

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

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