Html Css Color HEX #DA1E44 Crimson

📋 copy color: '#DA1E44'

red 218 ◦ green 30 ◦ blue 68

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

Shades of Crimson #DA1E44

Tints of Crimson #DA1E44

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 68 (26.95% from 255) = 21.52%

R = 68.99%
G = 9.49%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#DA1E44 (or 0xDA1E44) is known color: Crimson. HEX triplet: DA, 1E and 44. RGB value is (218,30,68). Sum of RGB (Red+Green+Blue) = 218+30+68=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1E44 is #25E1BB. Grayscale: #5A5A5A. Windows color (decimal): -2482620 or 4464346. OLE color: 4464346.

HSL color Cylindrical-coordinate representation of color #DA1E44: hue angle of 347.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1E44 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 30 68 -
CMYK 0 0.86 0.69 0.15
HSL 347.87º 0.76% 0.49% -
HSV(B) 347.87º 0.86% 0.85% -
XYZ 30.42 16.25 7 -
YUV 90.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 218 30 68 0 0.86 0.69 0.15 347.87 0.76 0.49
Hex DA 1E 44 0 56 45 F 15C 4C 31
Octal 332 36 104 0 126 105 17 534 114 61
Binary 11011010 11110 1000100 0 1010110 1000101 1111 101011100 1001100 110001

Color Harmonies of #DA1E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1E44

Black with #DA1E44

Text Example


Text Example

White with #DA1E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1E44; }

 p { color: rgb(218,30,68); }

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

background-color css

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

 a { background-color: rgb(218,30,68); }

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

border-color css

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

 span { border-color: rgb(218,30,68); }

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