Html Css Color HEX #DC0807 Free Speech Red

📋 copy color: '#DC0807'

red 220 ◦ green 8 ◦ blue 7

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

Shades of Free Speech Red #DC0807

Tints of Free Speech Red #DC0807

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 7 (3.13% from 255) = 2.98%

R = 93.62%
G = 3.4%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0807 (or 0xDC0807) is known color: Free Speech Red. HEX triplet: DC, 08 and 07. RGB value is (220,8,7). Sum of RGB (Red+Green+Blue) = 220+8+7=235 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.62% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0807 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0807 is #23F7F8. Grayscale: #474747. Windows color (decimal): -2357241 or 461020. OLE color: 461020.

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

Color convert

RGB 220 8 7 -
CMYK 0 0.96 0.97 0.14
HSL 0.28º 0.94% 0.45% -
HSV(B) 0.28º 0.97% 0.86% -
XYZ 29.64 15.4 1.61 -
YUV 71.27 91.74 234.08 -
System Red Green Blue C M Y K H S L
Decimal 220 8 7 0 0.96 0.97 0.14 0.28 0.94 0.45
Hex DC 8 7 0 60 61 E 0 5E 2D
Octal 334 10 7 0 140 141 16 0 136 55
Binary 11011100 1000 111 0 1100000 1100001 1110 0 1011110 101101

Color Harmonies of #DC0807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0807

Black with #DC0807

Text Example


Text Example

White with #DC0807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0807; }

 p { color: rgb(220,8,7); }

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

background-color css

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

 a { background-color: rgb(220,8,7); }

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

border-color css

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

 span { border-color: rgb(220,8,7); }

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