Html Css Color HEX #D61648 Crimson

📋 copy color: '#D61648'

red 214 ◦ green 22 ◦ blue 72

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

Shades of Crimson #D61648

Tints of Crimson #D61648

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.14%

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

R = 69.48%
G = 7.14%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D61648 (or 0xD61648) is known color: Crimson. HEX triplet: D6, 16 and 48. RGB value is (214,22,72). Sum of RGB (Red+Green+Blue) = 214+22+72=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D61648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61648 is #29E9B7. Grayscale: #555555. Windows color (decimal): -2746808 or 4724438. OLE color: 4724438.

HSL color Cylindrical-coordinate representation of color #D61648: hue angle of 344.38º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61648 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 72 -
CMYK 0 0.90 0.66 0.16
HSL 344.38º 0.81% 0.46% -
HSV(B) 344.38º 0.9% 0.84% -
XYZ 29.19 15.34 7.55 -
YUV 85.11 120.61 219.93 -
System Red Green Blue C M Y K H S L
Decimal 214 22 72 0 0.90 0.66 0.16 344.38 0.81 0.46
Hex D6 16 48 0 5A 42 10 158 51 2E
Octal 326 26 110 0 132 102 20 530 121 56
Binary 11010110 10110 1001000 0 1011010 1000010 10000 101011000 1010001 101110

Color Harmonies of #D61648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61648

Black with #D61648

Text Example


Text Example

White with #D61648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61648; }

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

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

background-color css

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

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

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

border-color css

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

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

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