Html Css Color HEX #D61A36 Crimson

📋 copy color: '#D61A36'

red 214 ◦ green 26 ◦ blue 54

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

Shades of Crimson #D61A36

Tints of Crimson #D61A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.37%

R = 72.79%
G = 8.84%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D61A36 (or 0xD61A36) is known color: Crimson. HEX triplet: D6, 1A and 36. RGB value is (214,26,54). Sum of RGB (Red+Green+Blue) = 214+26+54=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61A36 is #29E5C9. Grayscale: #555555. Windows color (decimal): -2745802 or 3545814. OLE color: 3545814.

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

Color convert

RGB 214 26 54 -
CMYK 0 0.88 0.75 0.16
HSL 351.06º 0.78% 0.47% -
HSV(B) 351.06º 0.88% 0.84% -
XYZ 28.77 15.3 4.93 -
YUV 85.4 110.28 219.72 -
System Red Green Blue C M Y K H S L
Decimal 214 26 54 0 0.88 0.75 0.16 351.06 0.78 0.47
Hex D6 1A 36 0 58 4B 10 15F 4E 2F
Octal 326 32 66 0 130 113 20 537 116 57
Binary 11010110 11010 110110 0 1011000 1001011 10000 101011111 1001110 101111

Color Harmonies of #D61A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A36

Black with #D61A36

Text Example


Text Example

White with #D61A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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