Html Css Color HEX #DC0F04 Free Speech Red

📋 copy color: '#DC0F04'

red 220 ◦ green 15 ◦ blue 4

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

Shades of Free Speech Red #DC0F04

Tints of Free Speech Red #DC0F04

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.28%

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

R = 92.05%
G = 6.28%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DC0F04 (or 0xDC0F04) is known color: Free Speech Red. HEX triplet: DC, 0F and 04. RGB value is (220,15,4). Sum of RGB (Red+Green+Blue) = 220+15+4=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F04 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0F04 is #23F0FB. Grayscale: #4B4B4B. Windows color (decimal): -2355452 or 266204. OLE color: 266204.

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

Color convert

RGB 220 15 4 -
CMYK 0 0.93 0.98 0.14
HSL 3.06º 0.96% 0.44% -
HSV(B) 3.06º 0.98% 0.86% -
XYZ 29.71 15.57 1.55 -
YUV 75.04 87.92 231.39 -
System Red Green Blue C M Y K H S L
Decimal 220 15 4 0 0.93 0.98 0.14 3.06 0.96 0.44
Hex DC F 4 0 5D 62 E 3 60 2C
Octal 334 17 4 0 135 142 16 3 140 54
Binary 11011100 1111 100 0 1011101 1100010 1110 11 1100000 101100

Color Harmonies of #DC0F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F04

Black with #DC0F04

Text Example


Text Example

White with #DC0F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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