Html Css Color HEX #D61B37 Crimson

📋 copy color: '#D61B37'

red 214 ◦ green 27 ◦ blue 55

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

Shades of Crimson #D61B37

Tints of Crimson #D61B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.12%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 72.3%
G = 9.12%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D61B37 (or 0xD61B37) is known color: Crimson. HEX triplet: D6, 1B and 37. RGB value is (214,27,55). Sum of RGB (Red+Green+Blue) = 214+27+55=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B37 is #29E4C8. Grayscale: #565656. Windows color (decimal): -2745545 or 3611606. OLE color: 3611606.

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

Color convert

RGB 214 27 55 -
CMYK 0 0.87 0.74 0.16
HSL 351.02º 0.78% 0.47% -
HSV(B) 351.02º 0.87% 0.84% -
XYZ 28.81 15.36 5.06 -
YUV 86.11 110.45 219.22 -
System Red Green Blue C M Y K H S L
Decimal 214 27 55 0 0.87 0.74 0.16 351.02 0.78 0.47
Hex D6 1B 37 0 57 4A 10 15F 4E 2F
Octal 326 33 67 0 127 112 20 537 116 57
Binary 11010110 11011 110111 0 1010111 1001010 10000 101011111 1001110 101111

Color Harmonies of #D61B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B37

Black with #D61B37

Text Example


Text Example

White with #D61B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B37; }

 p { color: rgb(214,27,55); }

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

background-color css

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

 a { background-color: rgb(214,27,55); }

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

border-color css

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

 span { border-color: rgb(214,27,55); }

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