Html Css Color HEX #DA1311 Free Speech Red

📋 copy color: '#DA1311'

red 218 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #DA1311

Tints of Free Speech Red #DA1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 85.83%
G = 7.48%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA1311 (or 0xDA1311) is known color: Free Speech Red. HEX triplet: DA, 13 and 11. RGB value is (218,19,17). Sum of RGB (Red+Green+Blue) = 218+19+17=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1311 is #25ECEE. Grayscale: #4E4E4E. Windows color (decimal): -2485487 or 1119194. OLE color: 1119194.

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

Color convert

RGB 218 19 17 -
CMYK 0 0.91 0.92 0.15
HSL 0.6º 0.86% 0.46% -
HSV(B) 0.6º 0.92% 0.85% -
XYZ 29.25 15.41 1.96 -
YUV 78.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 218 19 17 0 0.91 0.92 0.15 0.6 0.86 0.46
Hex DA 13 11 0 5B 5C F 1 56 2E
Octal 332 23 21 0 133 134 17 1 126 56
Binary 11011010 10011 10001 0 1011011 1011100 1111 1 1010110 101110

Color Harmonies of #DA1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1311

Black with #DA1311

Text Example


Text Example

White with #DA1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1311; }

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

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

background-color css

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

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

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

border-color css

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

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

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