Html Css Color HEX #D61545 Crimson

📋 copy color: '#D61545'

red 214 ◦ green 21 ◦ blue 69

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

Shades of Crimson #D61545

Tints of Crimson #D61545

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 70.39%
G = 6.91%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61545 (or 0xD61545) is known color: Crimson. HEX triplet: D6, 15 and 45. RGB value is (214,21,69). Sum of RGB (Red+Green+Blue) = 214+21+69=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D61545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61545 is #29EABA. Grayscale: #545454. Windows color (decimal): -2747067 or 4527574. OLE color: 4527574.

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

Color convert

RGB 214 21 69 -
CMYK 0 0.90 0.68 0.16
HSL 345.08º 0.82% 0.46% -
HSV(B) 345.08º 0.9% 0.84% -
XYZ 29.07 15.26 7.04 -
YUV 84.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 214 21 69 0 0.90 0.68 0.16 345.08 0.82 0.46
Hex D6 15 45 0 5A 44 10 159 52 2E
Octal 326 25 105 0 132 104 20 531 122 56
Binary 11010110 10101 1000101 0 1011010 1000100 10000 101011001 1010010 101110

Color Harmonies of #D61545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61545

Black with #D61545

Text Example


Text Example

White with #D61545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61545; }

 p { color: rgb(214,21,69); }

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

background-color css

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

 a { background-color: rgb(214,21,69); }

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

border-color css

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

 span { border-color: rgb(214,21,69); }

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