Html Css Color HEX #D61F45 Crimson

📋 copy color: '#D61F45'

red 214 ◦ green 31 ◦ blue 69

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

Shades of Crimson #D61F45

Tints of Crimson #D61F45

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

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

R = 68.15%
G = 9.87%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D61F45 (or 0xD61F45) is known color: Crimson. HEX triplet: D6, 1F and 45. RGB value is (214,31,69). Sum of RGB (Red+Green+Blue) = 214+31+69=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61F45 is #29E0BA. Grayscale: #5A5A5A. Windows color (decimal): -2744507 or 4530134. OLE color: 4530134.

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

Color convert

RGB 214 31 69 -
CMYK 0 0.86 0.68 0.16
HSL 347.54º 0.75% 0.48% -
HSV(B) 347.54º 0.86% 0.84% -
XYZ 29.3 15.71 7.12 -
YUV 90.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 214 31 69 0 0.86 0.68 0.16 347.54 0.75 0.48
Hex D6 1F 45 0 56 44 10 15C 4B 30
Octal 326 37 105 0 126 104 20 534 113 60
Binary 11010110 11111 1000101 0 1010110 1000100 10000 101011100 1001011 110000

Color Harmonies of #D61F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F45

Black with #D61F45

Text Example


Text Example

White with #D61F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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