Html Css Color HEX #DA0000 Free Speech Red

📋 copy color: '#DA0000'

red 218 ◦ green 0 ◦ blue 0

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

Shades of Free Speech Red #DA0000

Tints of Free Speech Red #DA0000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA0000 (or 0xDA0000) is known color: Free Speech Red. HEX triplet: DA, 00 and 00. RGB value is (218,0,0). Sum of RGB (Red+Green+Blue) = 218+0+0=218 (28% of max value = 765). Red value is 218 (85.55% from 255 or 100% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0000 is #25FFFF. Grayscale: #414141. Windows color (decimal): -2490368 or 218. OLE color: 218.

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

Color convert

RGB 218 0 0 -
CMYK 0 1 1 0.15
HSL 1% 0.43% -
HSV(B) 1% 0.85% -
XYZ 28.91 14.91 1.35 -
YUV 65.18 91.22 237 -
System Red Green Blue C M Y K H S L
Decimal 218 0 0 0 1 1 0.15 0 1 0.43
Hex DA 0 0 0 64 64 F 0 64 2B
Octal 332 0 0 0 144 144 17 0 144 53
Binary 11011010 0 0 0 1100100 1100100 1111 0 1100100 101011

Color Harmonies of #DA0000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0000

Black with #DA0000

Text Example


Text Example

White with #DA0000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0000; }

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

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

background-color css

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

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

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

border-color css

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

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

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