Html Css Color HEX #DA1211 Free Speech Red

📋 copy color: '#DA1211'

red 218 ◦ green 18 ◦ blue 17

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

Shades of Free Speech Red #DA1211

Tints of Free Speech Red #DA1211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 86.17%
G = 7.11%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1211 (or 0xDA1211) is known color: Free Speech Red. HEX triplet: DA, 12 and 11. RGB value is (218,18,17). Sum of RGB (Red+Green+Blue) = 218+18+17=253 (33% of max value = 765). Red value is 218 (85.55% from 255 or 86.17% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1211 is #25EDEE. Grayscale: #4D4D4D. Windows color (decimal): -2485743 or 1118938. OLE color: 1118938.

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

Color convert

RGB 218 18 17 -
CMYK 0 0.92 0.92 0.15
HSL 0.3º 0.86% 0.46% -
HSV(B) 0.3º 0.92% 0.85% -
XYZ 29.23 15.38 1.96 -
YUV 77.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 218 18 17 0 0.92 0.92 0.15 0.3 0.86 0.46
Hex DA 12 11 0 5C 5C F 0 56 2E
Octal 332 22 21 0 134 134 17 0 126 56
Binary 11011010 10010 10001 0 1011100 1011100 1111 0 1010110 101110

Color Harmonies of #DA1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1211

Black with #DA1211

Text Example


Text Example

White with #DA1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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