Html Css Color HEX #DA122C Crimson

📋 copy color: '#DA122C'

red 218 ◦ green 18 ◦ blue 44

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

Shades of Crimson #DA122C

Tints of Crimson #DA122C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 77.86%
G = 6.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA122C (or 0xDA122C) is known color: Crimson. HEX triplet: DA, 12 and 2C. RGB value is (218,18,44). Sum of RGB (Red+Green+Blue) = 218+18+44=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA122C is #25EDD3. Grayscale: #505050. Windows color (decimal): -2485716 or 2888410. OLE color: 2888410.

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

Color convert

RGB 218 18 44 -
CMYK 0 0.92 0.80 0.15
HSL 352.2º 0.85% 0.46% -
HSV(B) 352.2º 0.92% 0.85% -
XYZ 29.58 15.52 3.82 -
YUV 80.76 107.26 225.89 -
System Red Green Blue C M Y K H S L
Decimal 218 18 44 0 0.92 0.80 0.15 352.2 0.85 0.46
Hex DA 12 2C 0 5C 50 F 160 55 2E
Octal 332 22 54 0 134 120 17 540 125 56
Binary 11011010 10010 101100 0 1011100 1010000 1111 101100000 1010101 101110

Color Harmonies of #DA122C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA122C

Black with #DA122C

Text Example


Text Example

White with #DA122C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA122C; }

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

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

background-color css

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

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

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

border-color css

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

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

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