Html Css Color HEX #D61538 Crimson

📋 copy color: '#D61538'

red 214 ◦ green 21 ◦ blue 56

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

Shades of Crimson #D61538

Tints of Crimson #D61538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.22%

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

R = 73.54%
G = 7.22%
B = 19.24%

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

#D61538 (or 0xD61538) is known color: Crimson. HEX triplet: D6, 15 and 38. RGB value is (214,21,56). Sum of RGB (Red+Green+Blue) = 214+21+56=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D61538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61538 is #29EAC7. Grayscale: #525252. Windows color (decimal): -2747080 or 3675606. OLE color: 3675606.

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

Color convert

RGB 214 21 56 -
CMYK 0 0.90 0.74 0.16
HSL 349.12º 0.82% 0.46% -
HSV(B) 349.12º 0.9% 0.84% -
XYZ 28.71 15.12 5.15 -
YUV 82.7 112.94 221.65 -
System Red Green Blue C M Y K H S L
Decimal 214 21 56 0 0.90 0.74 0.16 349.12 0.82 0.46
Hex D6 15 38 0 5A 4A 10 15D 52 2E
Octal 326 25 70 0 132 112 20 535 122 56
Binary 11010110 10101 111000 0 1011010 1001010 10000 101011101 1010010 101110

Color Harmonies of #D61538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61538

Black with #D61538

Text Example


Text Example

White with #D61538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61538; }

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

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

background-color css

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

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

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

border-color css

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

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

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