Html Css Color HEX #DA1838 Crimson

📋 copy color: '#DA1838'

red 218 ◦ green 24 ◦ blue 56

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

Shades of Crimson #DA1838

Tints of Crimson #DA1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 73.15%
G = 8.05%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1838 (or 0xDA1838) is known color: Crimson. HEX triplet: DA, 18 and 38. RGB value is (218,24,56). Sum of RGB (Red+Green+Blue) = 218+24+56=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1838 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1838 is #25E7C7. Grayscale: #555555. Windows color (decimal): -2484168 or 3676378. OLE color: 3676378.

HSL color Cylindrical-coordinate representation of color #DA1838: hue angle of 350.1º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1838 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 56 -
CMYK 0 0.89 0.74 0.15
HSL 350.1º 0.8% 0.47% -
HSV(B) 350.1º 0.89% 0.85% -
XYZ 29.95 15.84 5.22 -
YUV 85.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 218 24 56 0 0.89 0.74 0.15 350.1 0.8 0.47
Hex DA 18 38 0 59 4A F 15E 50 2F
Octal 332 30 70 0 131 112 17 536 120 57
Binary 11011010 11000 111000 0 1011001 1001010 1111 101011110 1010000 101111

Color Harmonies of #DA1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1838

Black with #DA1838

Text Example


Text Example

White with #DA1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1838; }

 p { color: rgb(218,24,56); }

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

background-color css

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

 a { background-color: rgb(218,24,56); }

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

border-color css

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

 span { border-color: rgb(218,24,56); }

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