Html Css Color HEX #DA0140 Crimson

📋 copy color: '#DA0140'

red 218 ◦ green 1 ◦ blue 64

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

Shades of Crimson #DA0140

Tints of Crimson #DA0140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 64 (25.39% from 255) = 22.61%

R = 77.03%
G = 0.35%
B = 22.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA0140 (or 0xDA0140) is known color: Crimson. HEX triplet: DA, 01 and 40. RGB value is (218,1,64). Sum of RGB (Red+Green+Blue) = 218+1+64=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0140 is #25FEBF. Grayscale: #494949. Windows color (decimal): -2490048 or 4194778. OLE color: 4194778.

HSL color Cylindrical-coordinate representation of color #DA0140: hue angle of 342.58º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0140 is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 64 -
CMYK 0 1.00 0.71 0.15
HSL 342.58º 0.99% 0.43% -
HSV(B) 342.58º 1% 0.85% -
XYZ 29.85 15.3 6.23 -
YUV 73.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 218 1 64 0 1.00 0.71 0.15 342.58 0.99 0.43
Hex DA 1 40 0 64 47 F 157 63 2B
Octal 332 1 100 0 144 107 17 527 143 53
Binary 11011010 1 1000000 0 1100100 1000111 1111 101010111 1100011 101011

Color Harmonies of #DA0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0140

Black with #DA0140

Text Example


Text Example

White with #DA0140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0140; }

 p { color: rgb(218,1,64); }

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

background-color css

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

 a { background-color: rgb(218,1,64); }

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

border-color css

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

 span { border-color: rgb(218,1,64); }

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