Html Css Color HEX #DA1000 Free Speech Red

📋 copy color: '#DA1000'

red 218 ◦ green 16 ◦ blue 0

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

Shades of Free Speech Red #DA1000

Tints of Free Speech Red #DA1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.16%
G = 6.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA1000 (or 0xDA1000) is known color: Free Speech Red. HEX triplet: DA, 10 and 00. RGB value is (218,16,0). Sum of RGB (Red+Green+Blue) = 218+16+0=234 (30% of max value = 765). Red value is 218 (85.55% from 255 or 93.16% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1000 is #25EFFF. Grayscale: #4A4A4A. Windows color (decimal): -2486272 or 4314. OLE color: 4314.

HSL color Cylindrical-coordinate representation of color #DA1000: hue angle of 4.4º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA1000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 16 0 -
CMYK 0 0.93 1 0.15
HSL 4.4º 1% 0.43% -
HSV(B) 4.4º 1% 0.85% -
XYZ 29.1 15.28 1.41 -
YUV 74.57 85.92 230.3 -
System Red Green Blue C M Y K H S L
Decimal 218 16 0 0 0.93 1 0.15 4.4 1 0.43
Hex DA 10 0 0 5D 64 F 4 64 2B
Octal 332 20 0 0 135 144 17 4 144 53
Binary 11011010 10000 0 0 1011101 1100100 1111 100 1100100 101011

Color Harmonies of #DA1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1000

Black with #DA1000

Text Example


Text Example

White with #DA1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1000; }

 p { color: rgb(218,16,0); }

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

background-color css

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

 a { background-color: rgb(218,16,0); }

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

border-color css

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

 span { border-color: rgb(218,16,0); }

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