Html Css Color HEX #D61A31 Crimson

📋 copy color: '#D61A31'

red 214 ◦ green 26 ◦ blue 49

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

Shades of Crimson #D61A31

Tints of Crimson #D61A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

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

R = 74.05%
G = 9%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D61A31 (or 0xD61A31) is known color: Crimson. HEX triplet: D6, 1A and 31. RGB value is (214,26,49). Sum of RGB (Red+Green+Blue) = 214+26+49=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A31 is #29E5CE. Grayscale: #545454. Windows color (decimal): -2745807 or 3218134. OLE color: 3218134.

HSL color Cylindrical-coordinate representation of color #D61A31: hue angle of 352.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61A31 is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 49 -
CMYK 0 0.88 0.77 0.16
HSL 352.66º 0.78% 0.47% -
HSV(B) 352.66º 0.88% 0.84% -
XYZ 28.66 15.26 4.34 -
YUV 84.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 214 26 49 0 0.88 0.77 0.16 352.66 0.78 0.47
Hex D6 1A 31 0 58 4D 10 161 4E 2F
Octal 326 32 61 0 130 115 20 541 116 57
Binary 11010110 11010 110001 0 1011000 1001101 10000 101100001 1001110 101111

Color Harmonies of #D61A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A31

Black with #D61A31

Text Example


Text Example

White with #D61A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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