Html Css Color HEX #D51645 Crimson

📋 copy color: '#D51645'

red 213 ◦ green 22 ◦ blue 69

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

Shades of Crimson #D51645

Tints of Crimson #D51645

RGB

 RED value IS 213 (83.59% from 255) = 70.07%

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

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

R = 70.07%
G = 7.24%
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

#D51645 (or 0xD51645) is known color: Crimson. HEX triplet: D5, 16 and 45. RGB value is (213,22,69). Sum of RGB (Red+Green+Blue) = 213+22+69=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D51645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51645 is #2AE9BA. Grayscale: #545454. Windows color (decimal): -2812347 or 4527829. OLE color: 4527829.

HSL color Cylindrical-coordinate representation of color #D51645: hue angle of 345.24º degrees, saturation: 0.81, 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 #D51645 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 22 69 -
CMYK 0 0.90 0.68 0.16
HSL 345.24º 0.81% 0.46% -
HSV(B) 345.24º 0.9% 0.84% -
XYZ 28.8 15.15 7.04 -
YUV 84.47 119.28 219.68 -
System Red Green Blue C M Y K H S L
Decimal 213 22 69 0 0.90 0.68 0.16 345.24 0.81 0.46
Hex D5 16 45 0 5A 44 10 159 51 2E
Octal 325 26 105 0 132 104 20 531 121 56
Binary 11010101 10110 1000101 0 1011010 1000100 10000 101011001 1010001 101110

Color Harmonies of #D51645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51645

Black with #D51645

Text Example


Text Example

White with #D51645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51645; }

 p { color: rgb(213,22,69); }

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

background-color css

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

 a { background-color: rgb(213,22,69); }

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

border-color css

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

 span { border-color: rgb(213,22,69); }

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