Html Css Color HEX #D41E3B Crimson

📋 copy color: '#D41E3B'

red 212 ◦ green 30 ◦ blue 59

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

Shades of Crimson #D41E3B

Tints of Crimson #D41E3B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.97%

 BLUE value IS 59 (23.44% from 255) = 19.6%

R = 70.43%
G = 9.97%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D41E3B (or 0xD41E3B) is known color: Crimson. HEX triplet: D4, 1E and 3B. RGB value is (212,30,59). Sum of RGB (Red+Green+Blue) = 212+30+59=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E3B is #2BE1C4. Grayscale: #575757. Windows color (decimal): -2875845 or 3874516. OLE color: 3874516.

HSL color Cylindrical-coordinate representation of color #D41E3B: hue angle of 350.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41E3B is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 30 59 -
CMYK 0 0.86 0.72 0.17
HSL 350.44º 0.75% 0.47% -
HSV(B) 350.44º 0.86% 0.83% -
XYZ 28.41 15.24 5.58 -
YUV 87.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 212 30 59 0 0.86 0.72 0.17 350.44 0.75 0.47
Hex D4 1E 3B 0 56 48 11 15E 4B 2F
Octal 324 36 73 0 126 110 21 536 113 57
Binary 11010100 11110 111011 0 1010110 1001000 10001 101011110 1001011 101111

Color Harmonies of #D41E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E3B

Black with #D41E3B

Text Example


Text Example

White with #D41E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E3B; }

 p { color: rgb(212,30,59); }

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

background-color css

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

 a { background-color: rgb(212,30,59); }

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

border-color css

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

 span { border-color: rgb(212,30,59); }

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