Html Css Color HEX #D51438 Crimson

📋 copy color: '#D51438'

red 213 ◦ green 20 ◦ blue 56

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

Shades of Crimson #D51438

Tints of Crimson #D51438

RGB

 RED value IS 213 (83.59% from 255) = 73.7%

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

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

R = 73.7%
G = 6.92%
B = 19.38%

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

#D51438 (or 0xD51438) is known color: Crimson. HEX triplet: D5, 14 and 38. RGB value is (213,20,56). Sum of RGB (Red+Green+Blue) = 213+20+56=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D51438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D51438 is #2AEBC7. Grayscale: #515151. Windows color (decimal): -2812872 or 3675349. OLE color: 3675349.

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

Color convert

RGB 213 20 56 -
CMYK 0 0.91 0.74 0.16
HSL 348.81º 0.83% 0.46% -
HSV(B) 348.81º 0.91% 0.84% -
XYZ 28.4 14.93 5.13 -
YUV 81.81 113.44 221.57 -
System Red Green Blue C M Y K H S L
Decimal 213 20 56 0 0.91 0.74 0.16 348.81 0.83 0.46
Hex D5 14 38 0 5B 4A 10 15D 53 2E
Octal 325 24 70 0 133 112 20 535 123 56
Binary 11010101 10100 111000 0 1011011 1001010 10000 101011101 1010011 101110

Color Harmonies of #D51438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51438

Black with #D51438

Text Example


Text Example

White with #D51438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51438; }

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

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

background-color css

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

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

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

border-color css

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

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

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