Html Css Color HEX #DA124D Crimson

📋 copy color: '#DA124D'

red 218 ◦ green 18 ◦ blue 77

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

Shades of Crimson #DA124D

Tints of Crimson #DA124D

RGB

 RED value IS 218 (85.55% from 255) = 69.65%

 GREEN value IS 18 (7.42% from 255) = 5.75%

 BLUE value IS 77 (30.47% from 255) = 24.6%

R = 69.65%
G = 5.75%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA124D (or 0xDA124D) is known color: Crimson. HEX triplet: DA, 12 and 4D. RGB value is (218,18,77). Sum of RGB (Red+Green+Blue) = 218+18+77=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA124D is #25EDB2. Grayscale: #545454. Windows color (decimal): -2485683 or 5051098. OLE color: 5051098.

HSL color Cylindrical-coordinate representation of color #DA124D: hue angle of 342.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA124D is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 77 -
CMYK 0 0.92 0.65 0.15
HSL 342.3º 0.85% 0.46% -
HSV(B) 342.3º 0.92% 0.85% -
XYZ 30.47 15.87 8.48 -
YUV 84.53 123.76 223.2 -
System Red Green Blue C M Y K H S L
Decimal 218 18 77 0 0.92 0.65 0.15 342.3 0.85 0.46
Hex DA 12 4D 0 5C 41 F 156 55 2E
Octal 332 22 115 0 134 101 17 526 125 56
Binary 11011010 10010 1001101 0 1011100 1000001 1111 101010110 1010101 101110

Color Harmonies of #DA124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA124D

Black with #DA124D

Text Example


Text Example

White with #DA124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA124D; }

 p { color: rgb(218,18,77); }

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

background-color css

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

 a { background-color: rgb(218,18,77); }

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

border-color css

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

 span { border-color: rgb(218,18,77); }

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