Html Css Color HEX #DA1933 Crimson

📋 copy color: '#DA1933'

red 218 ◦ green 25 ◦ blue 51

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

Shades of Crimson #DA1933

Tints of Crimson #DA1933

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 74.15%
G = 8.5%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA1933 (or 0xDA1933) is known color: Crimson. HEX triplet: DA, 19 and 33. RGB value is (218,25,51). Sum of RGB (Red+Green+Blue) = 218+25+51=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1933 is #25E6CC. Grayscale: #555555. Windows color (decimal): -2483917 or 3348954. OLE color: 3348954.

HSL color Cylindrical-coordinate representation of color #DA1933: hue angle of 351.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1933 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 25 51 -
CMYK 0 0.89 0.77 0.15
HSL 351.92º 0.79% 0.48% -
HSV(B) 351.92º 0.89% 0.85% -
XYZ 29.86 15.84 4.62 -
YUV 85.67 108.44 222.39 -
System Red Green Blue C M Y K H S L
Decimal 218 25 51 0 0.89 0.77 0.15 351.92 0.79 0.48
Hex DA 19 33 0 59 4D F 160 4F 30
Octal 332 31 63 0 131 115 17 540 117 60
Binary 11011010 11001 110011 0 1011001 1001101 1111 101100000 1001111 110000

Color Harmonies of #DA1933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1933

Black with #DA1933

Text Example


Text Example

White with #DA1933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1933; }

 p { color: rgb(218,25,51); }

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

background-color css

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

 a { background-color: rgb(218,25,51); }

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

border-color css

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

 span { border-color: rgb(218,25,51); }

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