Html Css Color HEX #DA122D Crimson

📋 copy color: '#DA122D'

red 218 ◦ green 18 ◦ blue 45

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

Shades of Crimson #DA122D

Tints of Crimson #DA122D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 45 (17.97% from 255) = 16.01%

R = 77.58%
G = 6.41%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA122D (or 0xDA122D) is known color: Crimson. HEX triplet: DA, 12 and 2D. RGB value is (218,18,45). Sum of RGB (Red+Green+Blue) = 218+18+45=281 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.58% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 218 - color contains mainly: red. Hex color #DA122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA122D is #25EDD2. Grayscale: #505050. Windows color (decimal): -2485715 or 2953946. OLE color: 2953946.

HSL color Cylindrical-coordinate representation of color #DA122D: hue angle of 351.9º degrees, saturation: 0.85, 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 #DA122D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 18 45 -
CMYK 0 0.92 0.79 0.15
HSL 351.9º 0.85% 0.46% -
HSV(B) 351.9º 0.92% 0.85% -
XYZ 29.6 15.53 3.92 -
YUV 80.88 107.76 225.8 -
System Red Green Blue C M Y K H S L
Decimal 218 18 45 0 0.92 0.79 0.15 351.9 0.85 0.46
Hex DA 12 2D 0 5C 4F F 160 55 2E
Octal 332 22 55 0 134 117 17 540 125 56
Binary 11011010 10010 101101 0 1011100 1001111 1111 101100000 1010101 101110

Color Harmonies of #DA122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA122D

Black with #DA122D

Text Example


Text Example

White with #DA122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA122D; }

 p { color: rgb(218,18,45); }

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

background-color css

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

 a { background-color: rgb(218,18,45); }

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

border-color css

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

 span { border-color: rgb(218,18,45); }

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