Html Css Color HEX #DA112F Crimson

📋 copy color: '#DA112F'

red 218 ◦ green 17 ◦ blue 47

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

Shades of Crimson #DA112F

Tints of Crimson #DA112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 77.3%
G = 6.03%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA112F (or 0xDA112F) is known color: Crimson. HEX triplet: DA, 11 and 2F. RGB value is (218,17,47). Sum of RGB (Red+Green+Blue) = 218+17+47=282 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.30% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 218 - color contains mainly: red. Hex color #DA112F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA112F is #25EED0. Grayscale: #505050. Windows color (decimal): -2485969 or 3084762. OLE color: 3084762.

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

Color convert

RGB 218 17 47 -
CMYK 0 0.92 0.78 0.15
HSL 351.04º 0.86% 0.46% -
HSV(B) 351.04º 0.92% 0.85% -
XYZ 29.63 15.51 4.12 -
YUV 80.52 109.09 226.06 -
System Red Green Blue C M Y K H S L
Decimal 218 17 47 0 0.92 0.78 0.15 351.04 0.86 0.46
Hex DA 11 2F 0 5C 4E F 15F 56 2E
Octal 332 21 57 0 134 116 17 537 126 56
Binary 11011010 10001 101111 0 1011100 1001110 1111 101011111 1010110 101110

Color Harmonies of #DA112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA112F

Black with #DA112F

Text Example


Text Example

White with #DA112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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