Html Css Color HEX #D41344 Crimson

📋 copy color: '#D41344'

red 212 ◦ green 19 ◦ blue 68

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

Shades of Crimson #D41344

Tints of Crimson #D41344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.74%

R = 70.9%
G = 6.35%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#D41344 (or 0xD41344) is known color: Crimson. HEX triplet: D4, 13 and 44. RGB value is (212,19,68). Sum of RGB (Red+Green+Blue) = 212+19+68=299 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.90% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 212 - color contains mainly: red. Hex color #D41344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41344 is #2BECBB. Grayscale: #525252. Windows color (decimal): -2878652 or 4461524. OLE color: 4461524.

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

Color convert

RGB 212 19 68 -
CMYK 0 0.91 0.68 0.17
HSL 344.77º 0.84% 0.45% -
HSV(B) 344.77º 0.91% 0.83% -
XYZ 28.43 14.88 6.84 -
YUV 82.29 119.94 220.52 -
System Red Green Blue C M Y K H S L
Decimal 212 19 68 0 0.91 0.68 0.17 344.77 0.84 0.45
Hex D4 13 44 0 5B 44 11 159 54 2D
Octal 324 23 104 0 133 104 21 531 124 55
Binary 11010100 10011 1000100 0 1011011 1000100 10001 101011001 1010100 101101

Color Harmonies of #D41344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41344

Black with #D41344

Text Example


Text Example

White with #D41344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41344; }

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

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

background-color css

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

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

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

border-color css

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

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

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