Html Css Color HEX #D61438 Crimson

📋 copy color: '#D61438'

red 214 ◦ green 20 ◦ blue 56

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

Shades of Crimson #D61438

Tints of Crimson #D61438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 73.79%
G = 6.9%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61438 (or 0xD61438) is known color: Crimson. HEX triplet: D6, 14 and 38. RGB value is (214,20,56). Sum of RGB (Red+Green+Blue) = 214+20+56=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D61438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61438 is #29EBC7. Grayscale: #525252. Windows color (decimal): -2747336 or 3675350. OLE color: 3675350.

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

Color convert

RGB 214 20 56 -
CMYK 0 0.91 0.74 0.16
HSL 348.87º 0.83% 0.46% -
HSV(B) 348.87º 0.91% 0.84% -
XYZ 28.7 15.08 5.14 -
YUV 82.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 214 20 56 0 0.91 0.74 0.16 348.87 0.83 0.46
Hex D6 14 38 0 5B 4A 10 15D 53 2E
Octal 326 24 70 0 133 112 20 535 123 56
Binary 11010110 10100 111000 0 1011011 1001010 10000 101011101 1010011 101110

Color Harmonies of #D61438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61438

Black with #D61438

Text Example


Text Example

White with #D61438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61438; }

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

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

background-color css

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

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

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

border-color css

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

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

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