Html Css Color HEX #DA0504 Free Speech Red

📋 copy color: '#DA0504'

red 218 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #DA0504

Tints of Free Speech Red #DA0504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.2%

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 96.04%
G = 2.2%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA0504 (or 0xDA0504) is known color: Free Speech Red. HEX triplet: DA, 05 and 04. RGB value is (218,5,4). Sum of RGB (Red+Green+Blue) = 218+5+4=227 (30% of max value = 765). Red value is 218 (85.55% from 255 or 96.04% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0504 is #25FAFB. Grayscale: #444444. Windows color (decimal): -2489084 or 263642. OLE color: 263642.

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

Color convert

RGB 218 5 4 -
CMYK 0 0.98 0.98 0.15
HSL 0.28º 0.96% 0.44% -
HSV(B) 0.28º 0.98% 0.85% -
XYZ 28.99 15.02 1.49 -
YUV 68.57 91.57 234.58 -
System Red Green Blue C M Y K H S L
Decimal 218 5 4 0 0.98 0.98 0.15 0.28 0.96 0.44
Hex DA 5 4 0 62 62 F 0 60 2C
Octal 332 5 4 0 142 142 17 0 140 54
Binary 11011010 101 100 0 1100010 1100010 1111 0 1100000 101100

Color Harmonies of #DA0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0504

Black with #DA0504

Text Example


Text Example

White with #DA0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0504; }

 p { color: rgb(218,5,4); }

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

background-color css

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

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

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

border-color css

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

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

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