Html Css Color HEX #D61444 Crimson

📋 copy color: '#D61444'

red 214 ◦ green 20 ◦ blue 68

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

Shades of Crimson #D61444

Tints of Crimson #D61444

RGB

 RED value IS 214 (83.98% from 255) = 70.86%

 GREEN value IS 20 (8.2% from 255) = 6.62%

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

R = 70.86%
G = 6.62%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61444 (or 0xD61444) is known color: Crimson. HEX triplet: D6, 14 and 44. RGB value is (214,20,68). Sum of RGB (Red+Green+Blue) = 214+20+68=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D61444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61444 is #29EBBB. Grayscale: #535353. Windows color (decimal): -2747324 or 4461782. OLE color: 4461782.

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

Color convert

RGB 214 20 68 -
CMYK 0 0.91 0.68 0.16
HSL 345.15º 0.83% 0.46% -
HSV(B) 345.15º 0.91% 0.84% -
XYZ 29.03 15.21 6.88 -
YUV 83.48 119.27 221.1 -
System Red Green Blue C M Y K H S L
Decimal 214 20 68 0 0.91 0.68 0.16 345.15 0.83 0.46
Hex D6 14 44 0 5B 44 10 159 53 2E
Octal 326 24 104 0 133 104 20 531 123 56
Binary 11010110 10100 1000100 0 1011011 1000100 10000 101011001 1010011 101110

Color Harmonies of #D61444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61444

Black with #D61444

Text Example


Text Example

White with #D61444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61444; }

 p { color: rgb(214,20,68); }

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

background-color css

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

 a { background-color: rgb(214,20,68); }

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

border-color css

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

 span { border-color: rgb(214,20,68); }

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