Html Css Color HEX #D41349 Crimson

📋 copy color: '#D41349'

red 212 ◦ green 19 ◦ blue 73

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

Shades of Crimson #D41349

Tints of Crimson #D41349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 69.74%
G = 6.25%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D41349 (or 0xD41349) is known color: Crimson. HEX triplet: D4, 13 and 49. RGB value is (212,19,73). Sum of RGB (Red+Green+Blue) = 212+19+73=304 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.74% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 212 - color contains mainly: red. Hex color #D41349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41349 is #2BECB6. Grayscale: #525252. Windows color (decimal): -2878647 or 4789204. OLE color: 4789204.

HSL color Cylindrical-coordinate representation of color #D41349: hue angle of 343.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41349 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 73 -
CMYK 0 0.91 0.66 0.17
HSL 343.21º 0.84% 0.45% -
HSV(B) 343.21º 0.91% 0.83% -
XYZ 28.59 14.94 7.68 -
YUV 82.86 122.44 220.11 -
System Red Green Blue C M Y K H S L
Decimal 212 19 73 0 0.91 0.66 0.17 343.21 0.84 0.45
Hex D4 13 49 0 5B 42 11 157 54 2D
Octal 324 23 111 0 133 102 21 527 124 55
Binary 11010100 10011 1001001 0 1011011 1000010 10001 101010111 1010100 101101

Color Harmonies of #D41349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41349

Black with #D41349

Text Example


Text Example

White with #D41349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41349; }

 p { color: rgb(212,19,73); }

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

background-color css

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

 a { background-color: rgb(212,19,73); }

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

border-color css

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

 span { border-color: rgb(212,19,73); }

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