Html Css Color HEX #DA122E Crimson

📋 copy color: '#DA122E'

red 218 ◦ green 18 ◦ blue 46

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

Shades of Crimson #DA122E

Tints of Crimson #DA122E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 77.3%
G = 6.38%
B = 16.31%

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

#DA122E (or 0xDA122E) is known color: Crimson. HEX triplet: DA, 12 and 2E. RGB value is (218,18,46). Sum of RGB (Red+Green+Blue) = 218+18+46=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA122E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA122E is #25EDD1. Grayscale: #515151. Windows color (decimal): -2485714 or 3019482. OLE color: 3019482.

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

Color convert

RGB 218 18 46 -
CMYK 0 0.92 0.79 0.15
HSL 351.6º 0.85% 0.46% -
HSV(B) 351.6º 0.92% 0.85% -
XYZ 29.62 15.54 4.02 -
YUV 80.99 108.26 225.72 -
System Red Green Blue C M Y K H S L
Decimal 218 18 46 0 0.92 0.79 0.15 351.6 0.85 0.46
Hex DA 12 2E 0 5C 4F F 160 55 2E
Octal 332 22 56 0 134 117 17 540 125 56
Binary 11011010 10010 101110 0 1011100 1001111 1111 101100000 1010101 101110

Color Harmonies of #DA122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA122E

Black with #DA122E

Text Example


Text Example

White with #DA122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA122E; }

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

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

background-color css

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

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

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

border-color css

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

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

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