Html Css Color HEX #DA0028 Crimson

📋 copy color: '#DA0028'

red 218 ◦ green 0 ◦ blue 40

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

Shades of Crimson #DA0028

Tints of Crimson #DA0028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 84.5%
G = 0%
B = 15.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0028 (or 0xDA0028) is known color: Crimson. HEX triplet: DA, 00 and 28. RGB value is (218,0,40). Sum of RGB (Red+Green+Blue) = 218+0+40=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0028 is #25FFD7. Grayscale: #454545. Windows color (decimal): -2490328 or 2621658. OLE color: 2621658.

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

Color convert

RGB 218 0 40 -
CMYK 0 1 0.82 0.15
HSL 348.99º 1% 0.43% -
HSV(B) 348.99º 1% 0.85% -
XYZ 29.3 15.06 3.37 -
YUV 69.74 111.22 233.75 -
System Red Green Blue C M Y K H S L
Decimal 218 0 40 0 1 0.82 0.15 348.99 1 0.43
Hex DA 0 28 0 64 52 F 15D 64 2B
Octal 332 0 50 0 144 122 17 535 144 53
Binary 11011010 0 101000 0 1100100 1010010 1111 101011101 1100100 101011

Color Harmonies of #DA0028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0028

Black with #DA0028

Text Example


Text Example

White with #DA0028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0028; }

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

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

background-color css

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

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

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

border-color css

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

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

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