Html Css Color HEX #D41634 Crimson

📋 copy color: '#D41634'

red 212 ◦ green 22 ◦ blue 52

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

Shades of Crimson #D41634

Tints of Crimson #D41634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

 BLUE value IS 52 (20.7% from 255) = 18.18%

R = 74.13%
G = 7.69%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D41634 (or 0xD41634) is known color: Crimson. HEX triplet: D4, 16 and 34. RGB value is (212,22,52). Sum of RGB (Red+Green+Blue) = 212+22+52=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D41634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41634 is #2BE9CB. Grayscale: #525252. Windows color (decimal): -2877900 or 3413716. OLE color: 3413716.

HSL color Cylindrical-coordinate representation of color #D41634: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41634 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 52 -
CMYK 0 0.90 0.75 0.17
HSL 350.53º 0.81% 0.46% -
HSV(B) 350.53º 0.9% 0.83% -
XYZ 28.06 14.82 4.63 -
YUV 82.23 110.95 220.56 -
System Red Green Blue C M Y K H S L
Decimal 212 22 52 0 0.90 0.75 0.17 350.53 0.81 0.46
Hex D4 16 34 0 5A 4B 11 15F 51 2E
Octal 324 26 64 0 132 113 21 537 121 56
Binary 11010100 10110 110100 0 1011010 1001011 10001 101011111 1010001 101110

Color Harmonies of #D41634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41634

Black with #D41634

Text Example


Text Example

White with #D41634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41634; }

 p { color: rgb(212,22,52); }

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

background-color css

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

 a { background-color: rgb(212,22,52); }

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

border-color css

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

 span { border-color: rgb(212,22,52); }

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