Html Css Color HEX #D61638 Crimson

📋 copy color: '#D61638'

red 214 ◦ green 22 ◦ blue 56

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

Shades of Crimson #D61638

Tints of Crimson #D61638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 73.29%
G = 7.53%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61638 (or 0xD61638) is known color: Crimson. HEX triplet: D6, 16 and 38. RGB value is (214,22,56). Sum of RGB (Red+Green+Blue) = 214+22+56=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D61638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61638 is #29E9C7. Grayscale: #535353. Windows color (decimal): -2746824 or 3675862. OLE color: 3675862.

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

Color convert

RGB 214 22 56 -
CMYK 0 0.90 0.74 0.16
HSL 349.38º 0.81% 0.46% -
HSV(B) 349.38º 0.9% 0.84% -
XYZ 28.73 15.16 5.15 -
YUV 83.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 214 22 56 0 0.90 0.74 0.16 349.38 0.81 0.46
Hex D6 16 38 0 5A 4A 10 15D 51 2E
Octal 326 26 70 0 132 112 20 535 121 56
Binary 11010110 10110 111000 0 1011010 1001010 10000 101011101 1010001 101110

Color Harmonies of #D61638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61638

Black with #D61638

Text Example


Text Example

White with #D61638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61638; }

 p { color: rgb(214,22,56); }

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

background-color css

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

 a { background-color: rgb(214,22,56); }

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

border-color css

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

 span { border-color: rgb(214,22,56); }

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