Html Css Color HEX #D61D32 Crimson

📋 copy color: '#D61D32'

red 214 ◦ green 29 ◦ blue 50

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

Shades of Crimson #D61D32

Tints of Crimson #D61D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.9%

 BLUE value IS 50 (19.92% from 255) = 17.06%

R = 73.04%
G = 9.9%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61D32 (or 0xD61D32) is known color: Crimson. HEX triplet: D6, 1D and 32. RGB value is (214,29,50). Sum of RGB (Red+Green+Blue) = 214+29+50=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D32 is #29E2CD. Grayscale: #565656. Windows color (decimal): -2745038 or 3284438. OLE color: 3284438.

HSL color Cylindrical-coordinate representation of color #D61D32: hue angle of 353.19º degrees, saturation: 0.76, 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 #D61D32 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 29 50 -
CMYK 0 0.86 0.77 0.16
HSL 353.19º 0.76% 0.48% -
HSV(B) 353.19º 0.86% 0.84% -
XYZ 28.75 15.41 4.48 -
YUV 86.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 214 29 50 0 0.86 0.77 0.16 353.19 0.76 0.48
Hex D6 1D 32 0 56 4D 10 161 4C 30
Octal 326 35 62 0 126 115 20 541 114 60
Binary 11010110 11101 110010 0 1010110 1001101 10000 101100001 1001100 110000

Color Harmonies of #D61D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D32

Black with #D61D32

Text Example


Text Example

White with #D61D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D32; }

 p { color: rgb(214,29,50); }

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

background-color css

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

 a { background-color: rgb(214,29,50); }

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

border-color css

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

 span { border-color: rgb(214,29,50); }

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