Html Css Color HEX #DA013A Crimson

📋 copy color: '#DA013A'

red 218 ◦ green 1 ◦ blue 58

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

Shades of Crimson #DA013A

Tints of Crimson #DA013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.94%

R = 78.7%
G = 0.36%
B = 20.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA013A (or 0xDA013A) is known color: Crimson. HEX triplet: DA, 01 and 3A. RGB value is (218,1,58). Sum of RGB (Red+Green+Blue) = 218+1+58=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA013A is #25FEC5. Grayscale: #484848. Windows color (decimal): -2490054 or 3801562. OLE color: 3801562.

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

Color convert

RGB 218 1 58 -
CMYK 0 1.00 0.73 0.15
HSL 344.24º 0.99% 0.43% -
HSV(B) 344.24º 1% 0.85% -
XYZ 29.69 15.23 5.38 -
YUV 72.38 119.89 231.87 -
System Red Green Blue C M Y K H S L
Decimal 218 1 58 0 1.00 0.73 0.15 344.24 0.99 0.43
Hex DA 1 3A 0 64 49 F 158 63 2B
Octal 332 1 72 0 144 111 17 530 143 53
Binary 11011010 1 111010 0 1100100 1001001 1111 101011000 1100011 101011

Color Harmonies of #DA013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA013A

Black with #DA013A

Text Example


Text Example

White with #DA013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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