Html Css Color HEX #D51345 Crimson

📋 copy color: '#D51345'

red 213 ◦ green 19 ◦ blue 69

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

Shades of Crimson #D51345

Tints of Crimson #D51345

RGB

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

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

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

R = 70.76%
G = 6.31%
B = 22.92%

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

#D51345 (or 0xD51345) is known color: Crimson. HEX triplet: D5, 13 and 45. RGB value is (213,19,69). Sum of RGB (Red+Green+Blue) = 213+19+69=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D51345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51345 is #2AECBA. Grayscale: #525252. Windows color (decimal): -2813115 or 4527061. OLE color: 4527061.

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

Color convert

RGB 213 19 69 -
CMYK 0 0.91 0.68 0.16
HSL 344.54º 0.84% 0.45% -
HSV(B) 344.54º 0.91% 0.84% -
XYZ 28.75 15.04 7.02 -
YUV 82.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 213 19 69 0 0.91 0.68 0.16 344.54 0.84 0.45
Hex D5 13 45 0 5B 44 10 159 54 2D
Octal 325 23 105 0 133 104 20 531 124 55
Binary 11010101 10011 1000101 0 1011011 1000100 10000 101011001 1010100 101101

Color Harmonies of #D51345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51345

Black with #D51345

Text Example


Text Example

White with #D51345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51345; }

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

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

background-color css

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

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

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

border-color css

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

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

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