Html Css Color HEX #DA013E Crimson

📋 copy color: '#DA013E'

red 218 ◦ green 1 ◦ blue 62

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

Shades of Crimson #DA013E

Tints of Crimson #DA013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 77.58%
G = 0.36%
B = 22.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA013E (or 0xDA013E) is known color: Crimson. HEX triplet: DA, 01 and 3E. RGB value is (218,1,62). Sum of RGB (Red+Green+Blue) = 218+1+62=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013E is #25FEC1. Grayscale: #484848. Windows color (decimal): -2490050 or 4063706. OLE color: 4063706.

HSL color Cylindrical-coordinate representation of color #DA013E: hue angle of 343.13º 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 #DA013E is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 1 62 -
CMYK 0 1.00 0.72 0.15
HSL 343.13º 0.99% 0.43% -
HSV(B) 343.13º 1% 0.85% -
XYZ 29.79 15.27 5.94 -
YUV 72.84 121.89 231.54 -
System Red Green Blue C M Y K H S L
Decimal 218 1 62 0 1.00 0.72 0.15 343.13 0.99 0.43
Hex DA 1 3E 0 64 48 F 157 63 2B
Octal 332 1 76 0 144 110 17 527 143 53
Binary 11011010 1 111110 0 1100100 1001000 1111 101010111 1100011 101011

Color Harmonies of #DA013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA013E

Black with #DA013E

Text Example


Text Example

White with #DA013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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