Html Css Color HEX #DA003A Crimson

📋 copy color: '#DA003A'

red 218 ◦ green 0 ◦ blue 58

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

Shades of Crimson #DA003A

Tints of Crimson #DA003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.99%
G = 0%
B = 21.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA003A (or 0xDA003A) is known color: Crimson. HEX triplet: DA, 00 and 3A. RGB value is (218,0,58). Sum of RGB (Red+Green+Blue) = 218+0+58=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA003A is #25FFC5. Grayscale: #474747. Windows color (decimal): -2490310 or 3801306. OLE color: 3801306.

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

Color convert

RGB 218 0 58 -
CMYK 0 1 0.73 0.15
HSL 344.04º 1% 0.43% -
HSV(B) 344.04º 1% 0.85% -
XYZ 29.68 15.21 5.37 -
YUV 71.79 120.22 232.28 -
System Red Green Blue C M Y K H S L
Decimal 218 0 58 0 1 0.73 0.15 344.04 1 0.43
Hex DA 0 3A 0 64 49 F 158 64 2B
Octal 332 0 72 0 144 111 17 530 144 53
Binary 11011010 0 111010 0 1100100 1001001 1111 101011000 1100100 101011

Color Harmonies of #DA003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA003A

Black with #DA003A

Text Example


Text Example

White with #DA003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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