Html Css Color HEX #D61B48 Crimson

📋 copy color: '#D61B48'

red 214 ◦ green 27 ◦ blue 72

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

Shades of Crimson #D61B48

Tints of Crimson #D61B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 68.37%
G = 8.63%
B = 23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61B48 (or 0xD61B48) is known color: Crimson. HEX triplet: D6, 1B and 48. RGB value is (214,27,72). Sum of RGB (Red+Green+Blue) = 214+27+72=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61B48 is #29E4B7. Grayscale: #585858. Windows color (decimal): -2745528 or 4725718. OLE color: 4725718.

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

Color convert

RGB 214 27 72 -
CMYK 0 0.87 0.66 0.16
HSL 345.56º 0.78% 0.47% -
HSV(B) 345.56º 0.87% 0.84% -
XYZ 29.29 15.55 7.59 -
YUV 88.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 214 27 72 0 0.87 0.66 0.16 345.56 0.78 0.47
Hex D6 1B 48 0 57 42 10 15A 4E 2F
Octal 326 33 110 0 127 102 20 532 116 57
Binary 11010110 11011 1001000 0 1010111 1000010 10000 101011010 1001110 101111

Color Harmonies of #D61B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B48

Black with #D61B48

Text Example


Text Example

White with #D61B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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