Html Css Color HEX #DA0E2C Crimson

📋 copy color: '#DA0E2C'

red 218 ◦ green 14 ◦ blue 44

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

Shades of Crimson #DA0E2C

Tints of Crimson #DA0E2C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.07%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 78.99%
G = 5.07%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA0E2C (or 0xDA0E2C) is known color: Crimson. HEX triplet: DA, 0E and 2C. RGB value is (218,14,44). Sum of RGB (Red+Green+Blue) = 218+14+44=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E2C is #25F1D3. Grayscale: #4E4E4E. Windows color (decimal): -2486740 or 2887386. OLE color: 2887386.

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

Color convert

RGB 218 14 44 -
CMYK 0 0.94 0.80 0.15
HSL 351.18º 0.88% 0.45% -
HSV(B) 351.18º 0.94% 0.85% -
XYZ 29.53 15.4 3.8 -
YUV 78.42 108.59 227.56 -
System Red Green Blue C M Y K H S L
Decimal 218 14 44 0 0.94 0.80 0.15 351.18 0.88 0.45
Hex DA E 2C 0 5E 50 F 15F 58 2D
Octal 332 16 54 0 136 120 17 537 130 55
Binary 11011010 1110 101100 0 1011110 1010000 1111 101011111 1011000 101101

Color Harmonies of #DA0E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E2C

Black with #DA0E2C

Text Example


Text Example

White with #DA0E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E2C; }

 p { color: rgb(218,14,44); }

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

background-color css

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

 a { background-color: rgb(218,14,44); }

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

border-color css

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

 span { border-color: rgb(218,14,44); }

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