Html Css Color HEX #D61431 Crimson

📋 copy color: '#D61431'

red 214 ◦ green 20 ◦ blue 49

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

Shades of Crimson #D61431

Tints of Crimson #D61431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 75.62%
G = 7.07%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61431 (or 0xD61431) is known color: Crimson. HEX triplet: D6, 14 and 31. RGB value is (214,20,49). Sum of RGB (Red+Green+Blue) = 214+20+49=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61431 is #29EBCE. Grayscale: #515151. Windows color (decimal): -2747343 or 3216598. OLE color: 3216598.

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

Color convert

RGB 214 20 49 -
CMYK 0 0.91 0.77 0.16
HSL 351.03º 0.83% 0.46% -
HSV(B) 351.03º 0.91% 0.84% -
XYZ 28.54 15.02 4.3 -
YUV 81.31 109.77 222.64 -
System Red Green Blue C M Y K H S L
Decimal 214 20 49 0 0.91 0.77 0.16 351.03 0.83 0.46
Hex D6 14 31 0 5B 4D 10 15F 53 2E
Octal 326 24 61 0 133 115 20 537 123 56
Binary 11010110 10100 110001 0 1011011 1001101 10000 101011111 1010011 101110

Color Harmonies of #D61431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61431

Black with #D61431

Text Example


Text Example

White with #D61431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61431; }

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

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

background-color css

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

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

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

border-color css

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

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

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