Html Css Color HEX #DA1A32 Crimson

📋 copy color: '#DA1A32'

red 218 ◦ green 26 ◦ blue 50

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

Shades of Crimson #DA1A32

Tints of Crimson #DA1A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 50 (19.92% from 255) = 17.01%

R = 74.15%
G = 8.84%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DA1A32 (or 0xDA1A32) is known color: Crimson. HEX triplet: DA, 1A and 32. RGB value is (218,26,50). Sum of RGB (Red+Green+Blue) = 218+26+50=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A32 is #25E5CD. Grayscale: #565656. Windows color (decimal): -2483662 or 3283674. OLE color: 3283674.

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

Color convert

RGB 218 26 50 -
CMYK 0 0.88 0.77 0.15
HSL 352.5º 0.79% 0.48% -
HSV(B) 352.5º 0.88% 0.85% -
XYZ 29.86 15.87 4.51 -
YUV 86.14 107.61 222.05 -
System Red Green Blue C M Y K H S L
Decimal 218 26 50 0 0.88 0.77 0.15 352.5 0.79 0.48
Hex DA 1A 32 0 58 4D F 160 4F 30
Octal 332 32 62 0 130 115 17 540 117 60
Binary 11011010 11010 110010 0 1011000 1001101 1111 101100000 1001111 110000

Color Harmonies of #DA1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A32

Black with #DA1A32

Text Example


Text Example

White with #DA1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A32; }

 p { color: rgb(218,26,50); }

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

background-color css

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

 a { background-color: rgb(218,26,50); }

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

border-color css

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

 span { border-color: rgb(218,26,50); }

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