Html Css Color HEX #DA003E Crimson

📋 copy color: '#DA003E'

red 218 ◦ green 0 ◦ blue 62

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

Shades of Crimson #DA003E

Tints of Crimson #DA003E

RGB

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

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

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

R = 77.86%
G = 0%
B = 22.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA003E (or 0xDA003E) is known color: Crimson. HEX triplet: DA, 00 and 3E. RGB value is (218,0,62). Sum of RGB (Red+Green+Blue) = 218+0+62=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA003E is #25FFC1. Grayscale: #484848. Windows color (decimal): -2490306 or 4063450. OLE color: 4063450.

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

Color convert

RGB 218 0 62 -
CMYK 0 1 0.72 0.15
HSL 342.94º 1% 0.43% -
HSV(B) 342.94º 1% 0.85% -
XYZ 29.78 15.25 5.93 -
YUV 72.25 122.22 231.96 -
System Red Green Blue C M Y K H S L
Decimal 218 0 62 0 1 0.72 0.15 342.94 1 0.43
Hex DA 0 3E 0 64 48 F 157 64 2B
Octal 332 0 76 0 144 110 17 527 144 53
Binary 11011010 0 111110 0 1100100 1001000 1111 101010111 1100100 101011

Color Harmonies of #DA003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA003E

Black with #DA003E

Text Example


Text Example

White with #DA003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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