Html Css Color HEX #DA1138 Crimson

📋 copy color: '#DA1138'

red 218 ◦ green 17 ◦ blue 56

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

Shades of Crimson #DA1138

Tints of Crimson #DA1138

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.84%

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

R = 74.91%
G = 5.84%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA1138 (or 0xDA1138) is known color: Crimson. HEX triplet: DA, 11 and 38. RGB value is (218,17,56). Sum of RGB (Red+Green+Blue) = 218+17+56=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1138 is #25EEC7. Grayscale: #515151. Windows color (decimal): -2485960 or 3674586. OLE color: 3674586.

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

Color convert

RGB 218 17 56 -
CMYK 0 0.92 0.74 0.15
HSL 348.36º 0.86% 0.46% -
HSV(B) 348.36º 0.92% 0.85% -
XYZ 29.83 15.59 5.18 -
YUV 81.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 218 17 56 0 0.92 0.74 0.15 348.36 0.86 0.46
Hex DA 11 38 0 5C 4A F 15C 56 2E
Octal 332 21 70 0 134 112 17 534 126 56
Binary 11011010 10001 111000 0 1011100 1001010 1111 101011100 1010110 101110

Color Harmonies of #DA1138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1138

Black with #DA1138

Text Example


Text Example

White with #DA1138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1138; }

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

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

background-color css

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

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

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

border-color css

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

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

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