Html Css Color HEX #DA1234 Crimson

📋 copy color: '#DA1234'

red 218 ◦ green 18 ◦ blue 52

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

Shades of Crimson #DA1234

Tints of Crimson #DA1234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 75.69%
G = 6.25%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA1234 (or 0xDA1234) is known color: Crimson. HEX triplet: DA, 12 and 34. RGB value is (218,18,52). Sum of RGB (Red+Green+Blue) = 218+18+52=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1234 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1234 is #25EDCB. Grayscale: #515151. Windows color (decimal): -2485708 or 3412698. OLE color: 3412698.

HSL color Cylindrical-coordinate representation of color #DA1234: hue angle of 349.8º 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 #DA1234 is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 52 -
CMYK 0 0.92 0.76 0.15
HSL 349.8º 0.85% 0.46% -
HSV(B) 349.8º 0.92% 0.85% -
XYZ 29.75 15.59 4.69 -
YUV 81.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 218 18 52 0 0.92 0.76 0.15 349.8 0.85 0.46
Hex DA 12 34 0 5C 4C F 15E 55 2E
Octal 332 22 64 0 134 114 17 536 125 56
Binary 11011010 10010 110100 0 1011100 1001100 1111 101011110 1010101 101110

Color Harmonies of #DA1234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1234

Black with #DA1234

Text Example


Text Example

White with #DA1234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1234; }

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

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

background-color css

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

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

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

border-color css

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

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

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