Html Css Color HEX #DC0504 Free Speech Red

📋 copy color: '#DC0504'

red 220 ◦ green 5 ◦ blue 4

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

Shades of Free Speech Red #DC0504

Tints of Free Speech Red #DC0504

RGB

 RED value IS 220 (86.33% from 255) = 96.07%

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

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

R = 96.07%
G = 2.18%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC0504 (or 0xDC0504) is known color: Free Speech Red. HEX triplet: DC, 05 and 04. RGB value is (220,5,4). Sum of RGB (Red+Green+Blue) = 220+5+4=229 (30% of max value = 765). Red value is 220 (86.33% from 255 or 96.07% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0504 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0504 is #23FAFB. Grayscale: #454545. Windows color (decimal): -2358012 or 263644. OLE color: 263644.

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

Color convert

RGB 220 5 4 -
CMYK 0 0.98 0.98 0.14
HSL 0.28º 0.96% 0.44% -
HSV(B) 0.28º 0.98% 0.86% -
XYZ 29.59 15.33 1.51 -
YUV 69.17 91.23 235.58 -
System Red Green Blue C M Y K H S L
Decimal 220 5 4 0 0.98 0.98 0.14 0.28 0.96 0.44
Hex DC 5 4 0 62 62 E 0 60 2C
Octal 334 5 4 0 142 142 16 0 140 54
Binary 11011100 101 100 0 1100010 1100010 1110 0 1100000 101100

Color Harmonies of #DC0504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0504

Black with #DC0504

Text Example


Text Example

White with #DC0504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0504; }

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

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

background-color css

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

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

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

border-color css

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

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

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