Html Css Color HEX #D41339 Crimson

📋 copy color: '#D41339'

red 212 ◦ green 19 ◦ blue 57

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

Shades of Crimson #D41339

Tints of Crimson #D41339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 73.61%
G = 6.6%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D41339 (or 0xD41339) is known color: Crimson. HEX triplet: D4, 13 and 39. RGB value is (212,19,57). Sum of RGB (Red+Green+Blue) = 212+19+57=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D41339 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41339 is #2BECC6. Grayscale: #515151. Windows color (decimal): -2878663 or 3740628. OLE color: 3740628.

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

Color convert

RGB 212 19 57 -
CMYK 0 0.91 0.73 0.17
HSL 348.19º 0.84% 0.45% -
HSV(B) 348.19º 0.91% 0.83% -
XYZ 28.12 14.76 5.24 -
YUV 81.04 114.44 221.41 -
System Red Green Blue C M Y K H S L
Decimal 212 19 57 0 0.91 0.73 0.17 348.19 0.84 0.45
Hex D4 13 39 0 5B 49 11 15C 54 2D
Octal 324 23 71 0 133 111 21 534 124 55
Binary 11010100 10011 111001 0 1011011 1001001 10001 101011100 1010100 101101

Color Harmonies of #D41339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41339

Black with #D41339

Text Example


Text Example

White with #D41339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41339; }

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

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

background-color css

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

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

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

border-color css

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

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

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