Html Css Color HEX #DA1235 Crimson

📋 copy color: '#DA1235'

red 218 ◦ green 18 ◦ blue 53

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

Shades of Crimson #DA1235

Tints of Crimson #DA1235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.34%

R = 75.43%
G = 6.23%
B = 18.34%

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

#DA1235 (or 0xDA1235) is known color: Crimson. HEX triplet: DA, 12 and 35. RGB value is (218,18,53). Sum of RGB (Red+Green+Blue) = 218+18+53=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1235 is #25EDCA. Grayscale: #515151. Windows color (decimal): -2485707 or 3478234. OLE color: 3478234.

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

Color convert

RGB 218 18 53 -
CMYK 0 0.92 0.76 0.15
HSL 349.5º 0.85% 0.46% -
HSV(B) 349.5º 0.92% 0.85% -
XYZ 29.77 15.6 4.81 -
YUV 81.79 111.76 225.15 -
System Red Green Blue C M Y K H S L
Decimal 218 18 53 0 0.92 0.76 0.15 349.5 0.85 0.46
Hex DA 12 35 0 5C 4C F 15E 55 2E
Octal 332 22 65 0 134 114 17 536 125 56
Binary 11011010 10010 110101 0 1011100 1001100 1111 101011110 1010101 101110

Color Harmonies of #DA1235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1235

Black with #DA1235

Text Example


Text Example

White with #DA1235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1235; }

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

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

background-color css

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

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

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

border-color css

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

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

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